aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-07-26 12:57:14 +0800
committeradamw <adamw@FreeBSD.org>2004-07-26 12:57:14 +0800
commit1583db9f3f427bedb712e14cc8580e3e456df4b5 (patch)
tree65bc507bc1b13b5dde1c563cb5190757715900f9
parenta8990a51d6d2ed6ac5be69c1661bd61741a5ef4c (diff)
downloadfreebsd-ports-gnome-1583db9f3f427bedb712e14cc8580e3e456df4b5.tar.gz
freebsd-ports-gnome-1583db9f3f427bedb712e14cc8580e3e456df4b5.tar.zst
freebsd-ports-gnome-1583db9f3f427bedb712e14cc8580e3e456df4b5.zip
Fix LDAP detection. For everybody who has a the default
openldap client installed, this will cause a plist change. I didn't bump the PORTREVISION, but it might not be a bad idea. I'll leave that up to the maintainer.
-rw-r--r--security/gnupg/Makefile2
-rw-r--r--security/gnupg1/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index d353148e4a9a..632d1c6434bb 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -44,7 +44,7 @@ MAN7= gnupg.7
.if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so)
USE_ICONV= yes
.endif
-.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so.2)
+.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so)
USE_OPENLDAP= yes
PLIST_SUB+= WITH_LDAP=""
.else
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index d353148e4a9a..632d1c6434bb 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -44,7 +44,7 @@ MAN7= gnupg.7
.if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so)
USE_ICONV= yes
.endif
-.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so.2)
+.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so)
USE_OPENLDAP= yes
PLIST_SUB+= WITH_LDAP=""
.else