diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
commit | 23487909ca7033a70fc30adfb2f3bdadddcee493 (patch) | |
tree | c7a9a132ab286601d6d7a3590fd42cad88671385 /security/gnupg1 | |
parent | 39602a96bc814acbf78e72edd603b5471a42823c (diff) | |
download | freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.zst freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.zip |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
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 " |