diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:53:03 +0800 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /security/smtpmap | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.zst freebsd-ports-gnome-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'security/smtpmap')
-rw-r--r-- | security/smtpmap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/smtpmap/Makefile b/security/smtpmap/Makefile index 3f878226c3ea..52a23021d378 100644 --- a/security/smtpmap/Makefile +++ b/security/smtpmap/Makefile @@ -7,6 +7,7 @@ PORTNAME= smtpmap PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= security mail net MASTER_SITES= http://plasmahh.free-bsd.org/ @@ -14,11 +15,10 @@ MAINTAINER= hubert@frbsd.org COMMENT= An SMTP software identifier .if !exists(/usr/include/getopt.h) -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt -MAKE_ENV= LIBS="-L${LOCALBASE}/lib -lgnugetopt" \ - INC=-I${LOCALBASE}/include +MAKE_ENV= LIBS="${LDFLAGS}" INC="${CPPFLAGS}" .endif +USE_GETOPT_LONG=yes USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes |