diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /security/smtpmap | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) |
Notes
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 |