diff options
Diffstat (limited to 'dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild')
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild index aeb39bc00790..3f024e01695f 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild,v 1.3 2005/07/14 22:22:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild,v 1.4 2005/08/04 17:41:36 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -23,7 +23,7 @@ DEPEND="dev-lisp/cl-kmrcl # apache2? ( www-apache/mod_lisp2 ) !apache2? ( www-apache/mod_lisp )" RDEPEND="${DEPEND} - www-apache/mod_lisp" + !standalone ( www-apache/mod_lisp )" S=${WORKDIR}/tbnl-${PV} |