summaryrefslogtreecommitdiff
path: root/security/smtpmap
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commitb185046be2ec03555daaf4f26d38542c403a9955 (patch)
tree0274ce607614533de66837fc1f70d4c35770d9e1 /security/smtpmap
parentUpdate to 0.2.3 (diff)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes: svn path=/head/; revision=84842
Diffstat (limited to 'security/smtpmap')
-rw-r--r--security/smtpmap/Makefile6
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