diff options
author | 2004-07-14 16:53:25 +0000 | |
---|---|---|
committer | 2004-07-14 16:53:25 +0000 | |
commit | 21f665e10c08b7ffd89004402e85c6e2bb6eb60b (patch) | |
tree | 96f192d2f9ef3c8fa2f0b10f2f839b9a43e198f2 /mail-mta | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-21f665e10c08b7ffd89004402e85c6e2bb6eb60b.tar.gz gentoo-2-21f665e10c08b7ffd89004402e85c6e2bb6eb60b.tar.bz2 gentoo-2-21f665e10c08b7ffd89004402e85c6e2bb6eb60b.zip |
sync IUSE (missing)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-mta/nbsmtp/nbsmtp-0.8.ebuild b/mail-mta/nbsmtp/nbsmtp-0.8.ebuild index 1851264247ca..4269d02add61 100644 --- a/mail-mta/nbsmtp/nbsmtp-0.8.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.8.ebuild,v 1.3 2004/07/01 19:53:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.8.ebuild,v 1.4 2004/07/14 16:51:10 agriffis Exp $ S=${WORKDIR} DESCRIPTION="The No-Brainer SMTP" @@ -14,6 +14,7 @@ PROVIDE="virtual/mta" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" src_compile() { gcc ${CFLAGS} -o nbsmtp nbsmtp.c || die |