aboutsummaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-19 19:03:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-19 19:03:21 +0000
commitd6b34588a7e3ecf13bca7b397a6a450e48009134 (patch)
tree92d9ad1cf1240812d1b63a48e367a58c58cef9d9 /security/gpa
parentf8d5b33b829b3833ab84debd645e40be686fa683 (diff)
downloadports-d6b34588a7e3ecf13bca7b397a6a450e48009134.tar.gz
ports-d6b34588a7e3ecf13bca7b397a6a450e48009134.zip
- Correct gpgkeys_ldap location
PR: ports/140741 Submitted by: Max <dioksin@gmail.com> Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=246252
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 91c3c06749a5..8dbf7c26c332 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpa
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/603/
@@ -22,8 +23,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \
+ GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
MAKE_JOBS_SAFE= yes
OPTIONS= NLS "Native language support" on