diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /security/gpa | |
parent | - Switch to USES=libtool, drop .la files (diff) |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363371
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 21b06fb302f4..d05cf3ccda60 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \ |