diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-11 12:57:39 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-11 12:57:39 +0000 |
commit | 49d716120f339c926c32abb8327e532f883423b3 (patch) | |
tree | 9ed56cd9f5c80e5bdf48290cfe5652c72e933659 /security/gpgme/Makefile | |
parent | adfc399f8f67b05f5a6bf24bfd40e9ca4a712cf8 (diff) |
Notes
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 8bf87ba096b0..fa543a6d4c47 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -25,8 +24,10 @@ INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ --with-gpgsm=${LOCALBASE}/bin/gpgsm \ - --includedir=${PREFIX}/include/gpgme + --includedir=${PREFIX}/include/gpgme \ + --infodir=${PREFIX}/${INFO_PATH} +INFODIR= ${LOCALBASE}/share/info INFO= gpgme OPTIONS= PTH "Enable alternative libgpgme using GNU portable threads" off |