From 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 Mon Sep 17 00:00:00 2001 From: sf Date: Mon, 14 Jul 2003 02:53:03 +0000 Subject: get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead. --- security/poc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/poc') 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 -- cgit v1.1