diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-22 00:53:01 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-22 00:53:01 +0800 |
commit | 8d80f3ab0614dcf0db283512a35e647368a1683b (patch) | |
tree | 5230aa4958b37cd94f443fa3549ab8622b1b0ee7 /security/gpgme | |
parent | 9825a9021ce09ada9fc1386aa06b0cb0ff2ad8b6 (diff) | |
download | freebsd-ports-gnome-8d80f3ab0614dcf0db283512a35e647368a1683b.tar.gz freebsd-ports-gnome-8d80f3ab0614dcf0db283512a35e647368a1683b.tar.zst freebsd-ports-gnome-8d80f3ab0614dcf0db283512a35e647368a1683b.zip |
Bump PORTREVISION
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 13c0a0ea984a..ff96c7947f69 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -22,7 +23,7 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg2 \ +CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ --with-gpgsm=${LOCALBASE}/bin/gpgsm \ --includedir=${PREFIX}/include/gpgme |