summaryrefslogtreecommitdiffstats
path: root/security/poc
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committersf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commit971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch)
tree7181a8316bbb1b7be4386d9173b3c6ace07025da /security/poc
parent0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff)
downloadFreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip
FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
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 e3e9308..42d7906 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>
OpenPOWER on IntegriCloud