aboutsummaryrefslogtreecommitdiff
path: root/security/poc
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/poc
parent88d002074007544d532f2495aeb93729291e6275 (diff)
downloadports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz
ports-b185046be2ec03555daaf4f26d38542c403a9955.zip
Notes
Diffstat (limited to 'security/poc')
-rw-r--r--security/poc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/poc/Makefile b/security/poc/Makefile
index e3e93084add1..42d79061eb21 100644
--- a/security/poc/Makefile
+++ b/security/poc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= poc
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=poc
@@ -14,13 +15,12 @@ MASTER_SITE_SUBDIR=poc
MAINTAINER= king@v2project.com
COMMENT= Program for managing passwords on smartcards
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
- towitoko.2:${PORTSDIR}/devel/towitoko
+LIB_DEPENDS= towitoko.2:${PORTSDIR}/devel/towitoko
+USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- LIBS="-lgnugetopt"
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>