diff options
author | novel <novel@FreeBSD.org> | 2007-09-03 12:31:51 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-09-03 12:31:51 +0800 |
commit | b46206554e3ca122bde0650b835c8a1459193c27 (patch) | |
tree | 7c7dbfc6762f7a81d6fa8bb0e307dedda03b7327 /security/gnupg | |
parent | ba3dcb42bf1e30a65a9e9a8c1007f57f7e3daa3f (diff) | |
download | freebsd-ports-gnome-b46206554e3ca122bde0650b835c8a1459193c27.tar.gz freebsd-ports-gnome-b46206554e3ca122bde0650b835c8a1459193c27.tar.zst freebsd-ports-gnome-b46206554e3ca122bde0650b835c8a1459193c27.zip |
Backout the commit with addition of pinentry as a run dependency because
it needs discussion.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index cdff5a4c1917..f85b5ea60355 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ ksba.17:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth -RUN_DEPENDS= bin/pinentry:${PORTSDIR}/security/pinentry CONFLICTS= gnupg-devel-[0-9]* @@ -51,7 +50,7 @@ OPTIONS= LDAP "LDAP keyserver interface" off \ CONFIGURE_ARGS+=--disable-gpgsm PLIST_SUB+= GPGSM="@comment " .else -RUN_DEPENDS+= dirmngr:${PORTSDIR}/security/dirmngr +RUN_DEPENDS= dirmngr:${PORTSDIR}/security/dirmngr WITH_LDAP= YES PLIST_SUB+= GPGSM="" .endif |