diff options
author | pav <pav@FreeBSD.org> | 2009-12-20 03:03:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-20 03:03:21 +0800 |
commit | 6824aaf6411139ada4c9904b0b5ed87661ccb738 (patch) | |
tree | a3efac642392f23940e56777cb094cfc2d982681 /security | |
parent | 9315a41af9f16ec4b706eccfde94ddc0adecd79a (diff) | |
download | freebsd-ports-gnome-6824aaf6411139ada4c9904b0b5ed87661ccb738.tar.gz freebsd-ports-gnome-6824aaf6411139ada4c9904b0b5ed87661ccb738.tar.zst freebsd-ports-gnome-6824aaf6411139ada4c9904b0b5ed87661ccb738.zip |
- Correct gpgkeys_ldap location
PR: ports/140741
Submitted by: Max <dioksin@gmail.com>
Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/gpa/Makefile | 5 |
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 |