diff options
Diffstat (limited to 'net-firewall/firestarter/firestarter-0.8.2.ebuild')
-rw-r--r-- | net-firewall/firestarter/firestarter-0.8.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/firestarter/firestarter-0.8.2.ebuild b/net-firewall/firestarter/firestarter-0.8.2.ebuild index 6840a47044bd..e888a98fb4bd 100644 --- a/net-firewall/firestarter/firestarter-0.8.2.ebuild +++ b/net-firewall/firestarter/firestarter-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/firestarter-0.8.2.ebuild,v 1.5 2003/09/07 00:10:32 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/firestarter-0.8.2.ebuild,v 1.6 2003/09/10 04:58:24 msterret Exp $ IUSE="nls" @@ -25,8 +25,8 @@ src_compile() { local myconf use nls \ - && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" + && myconf="${myconf} --enable-nls" \ + || myconf="${myconf} --disable-nls" econf ${myconf} || die "econf failed" emake || die "emake failed" } |