diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
commit | b67a28791a0371d8bde0cfa4e774b3aac5411530 (patch) | |
tree | 9d173fd418f58fc2aa9356116feba4ad6291ee51 /security/gnupg1 | |
parent | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (diff) | |
download | ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.tar.gz ports-b67a28791a0371d8bde0cfa4e774b3aac5411530.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 822959d80695..440dd8d192e1 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -37,7 +37,7 @@ MAN7= gnupg.7 LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif .if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so.2) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client PLIST_SUB+= WITH_LDAP="" .else PLIST_SUB+= WITH_LDAP="@comment " |