diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-04-22 09:46:14 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-04-22 09:46:14 +0800 |
commit | 9ab832e6e98538c7f35f74f34e7a2f75e8619463 (patch) | |
tree | 2f394f3dff1e2f8503ce082f841c5eb68b85dbaf /security/gnupg | |
parent | 0cb957409d422cdb42ec7a0465ad3caf6ece2b40 (diff) | |
download | freebsd-ports-gnome-9ab832e6e98538c7f35f74f34e7a2f75e8619463.tar.gz freebsd-ports-gnome-9ab832e6e98538c7f35f74f34e7a2f75e8619463.tar.zst freebsd-ports-gnome-9ab832e6e98538c7f35f74f34e7a2f75e8619463.zip |
Check versioned library file explicitly.
PR: ports/48692
Submitted by: fenner
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 |