aboutsummaryrefslogtreecommitdiffstats
path: root/net/netsaint-plugins
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-08-15 08:49:31 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-08-15 08:49:31 +0800
commit23487909ca7033a70fc30adfb2f3bdadddcee493 (patch)
treec7a9a132ab286601d6d7a3590fd42cad88671385 /net/netsaint-plugins
parent39602a96bc814acbf78e72edd603b5471a42823c (diff)
downloadfreebsd-ports-graphics-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz
freebsd-ports-graphics-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.zst
freebsd-ports-graphics-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 'net/netsaint-plugins')
-rw-r--r--net/netsaint-plugins/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netsaint-plugins/scripts/configure b/net/netsaint-plugins/scripts/configure
index c87ea1adc9f..a58e799c2c3 100644
--- a/net/netsaint-plugins/scripts/configure
+++ b/net/netsaint-plugins/scripts/configure
@@ -87,7 +87,7 @@ while [ "$1" ]; do
SUB_PGSQL=""
;;
\"OpenLDAP\")
- echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20"
+ echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20-client"
echo "CONFIGURE_ARGS+= --enable-ldap"
SUB_LDAP=""
;;