diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-09-03 04:31:51 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-09-03 04:31:51 +0000 |
commit | ada3746c03e6d1d771ebc8a7ebf4f3bd24a86ce4 (patch) | |
tree | 304a7d6ef7cd7e4e2d0e866ddbd53dd4e7c35528 /security/gnupg | |
parent | a3937dd6d2755cb0f4c014f71f0b5921f31c999a (diff) | |
download | ports-ada3746c03e6d1d771ebc8a7ebf4f3bd24a86ce4.tar.gz ports-ada3746c03e6d1d771ebc8a7ebf4f3bd24a86ce4.zip |
Notes
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 |