aboutsummaryrefslogtreecommitdiffstats
path: root/net/opal3
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-18 03:28:33 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-18 03:28:33 +0800
commit0ecbab85106059378c552157c754851e29b81c67 (patch)
treef9a6e241a39e076ac496baf91b4a135f68aedd6f /net/opal3
parentdeed15a2fc4e3a6980b3e3a99b9a98e0d012bf0b (diff)
downloadfreebsd-ports-gnome-0ecbab85106059378c552157c754851e29b81c67.tar.gz
freebsd-ports-gnome-0ecbab85106059378c552157c754851e29b81c67.tar.zst
freebsd-ports-gnome-0ecbab85106059378c552157c754851e29b81c67.zip
Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the build
on bento. Reported by: bento via kris
Diffstat (limited to 'net/opal3')
-rw-r--r--net/opal3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 22a23a779a07..75c6211a5c42 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -19,8 +19,7 @@ COMMENT= A H323 Video Conferencing library
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build
-LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \
- ldap.2:${PORTSDIR}/net/openldap20-client
+LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
@@ -39,6 +38,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BISON= yes
USE_GMAKE= yes
+USE_OPENLDAP= yes
USE_AUTOCONF= yes
WANT_AUTOCONF_VER= 253
GNU_CONFIGURE= yes