aboutsummaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
commit992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /security/gpa
parentdc0ce8f5839343b4c972ae818337189b1b55d447 (diff)
downloadports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz
ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316355
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index ac50e1de5237..cba48511390f 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gpa
-# Date created: 16 August 2000
-# Whom: Clive Lin <clive@CirX.ORG>
-#
+# Created by: Clive Lin <clive@CirX.ORG>
# $FreeBSD$
-#
PORTNAME= gpa
PORTVERSION= 0.9.3
@@ -21,9 +17,9 @@ LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
-USE_PKGCONFIG= build
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \