diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 135776951ec27858cec633271bc65e3e49745f01 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /security/gpa | |
parent | 403f9e420456633793408637949b5119d9c957d8 (diff) | |
download | freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.gz freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.zst freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 8 |
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" \ |