diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-21 16:53:01 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-21 16:53:01 +0000 |
commit | acb2b411a261a547c4caa82ebf7176517fd6a8a3 (patch) | |
tree | c52c60d517d394119bfc2854080587dbbfcb8a25 /security/gpgme | |
parent | c1a26d6cc55377bbd19cbf5d396a2da6b3ef769b (diff) | |
download | ports-acb2b411a261a547c4caa82ebf7176517fd6a8a3.tar.gz ports-acb2b411a261a547c4caa82ebf7176517fd6a8a3.zip |
Notes
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 |