diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-09-23 04:25:44 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-09-23 04:25:44 +0000 |
commit | 94a0343572c307f0c948849295433e0d8442fc6a (patch) | |
tree | dfd97ea2902b27ea33fe082cbfa24737dc005c73 /app-sci/oregano | |
parent | SRC_URI fix from carpaski (diff) | |
download | gentoo-2-94a0343572c307f0c948849295433e0d8442fc6a.tar.gz gentoo-2-94a0343572c307f0c948849295433e0d8442fc6a.tar.bz2 gentoo-2-94a0343572c307f0c948849295433e0d8442fc6a.zip |
doesn't build without nls turned on... sigh
Diffstat (limited to 'app-sci/oregano')
-rw-r--r-- | app-sci/oregano/oregano-0.23-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-sci/oregano/oregano-0.23-r1.ebuild b/app-sci/oregano/oregano-0.23-r1.ebuild index 2c0884e680bf..5598b1129ec4 100644 --- a/app-sci/oregano/oregano-0.23-r1.ebuild +++ b/app-sci/oregano/oregano-0.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23-r1.ebuild,v 1.1 2002/09/22 18:57:21 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23-r1.ebuild,v 1.2 2002/09/23 04:25:44 blocke Exp $ S=${WORKDIR}/${P} SRC_URI="ftp://ftp.codefactory.se/pub/CodeFactory/software/oregano/${P}.tar.gz" @@ -20,10 +20,7 @@ KEYWORDS="x86" LICENSE="GPL-2" src_compile() { - local myconf - use nls || myconf="--disable-nls" - - econf ${myconf} || die + econf || die emake || die } |