diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-17 19:28:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-17 19:28:33 +0000 |
commit | 69f954d5efc18056004dbc320ab9fea9fcfa1281 (patch) | |
tree | 5c84ffb8564c51a9a6a5b429a6c2d81d9c2aab58 /net/openh323-112 | |
parent | a1bbc073a478c8aae8fc5189d6341216bce26462 (diff) | |
download | FreeBSD-ports-69f954d5efc18056004dbc320ab9fea9fcfa1281.zip FreeBSD-ports-69f954d5efc18056004dbc320ab9fea9fcfa1281.tar.gz |
Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the build
on bento.
Reported by: bento via kris
Diffstat (limited to 'net/openh323-112')
-rw-r--r-- | net/openh323-112/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 22a23a7..75c6211 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/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 |