diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-04-22 01:46:14 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-04-22 01:46:14 +0000 |
commit | 4819cbb29a245d578f1aab60a5ebf9e203200783 (patch) | |
tree | 35592f5d61eae803a90373f50c11db7820193a7e /security/gnupg | |
parent | c041f3907354eba20a57a688549755b7eb34efbc (diff) | |
download | ports-4819cbb29a245d578f1aab60a5ebf9e203200783.tar.gz ports-4819cbb29a245d578f1aab60a5ebf9e203200783.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 6e91eb9737a1..96e4d97d5466 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -35,7 +35,7 @@ MAN7= gnupg.7 .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif -.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so) +.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so.2) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 PLIST_SUB+= WITH_LDAP="" .else |