diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-18 03:28:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-18 03:28:33 +0800 |
commit | 69f954d5efc18056004dbc320ab9fea9fcfa1281 (patch) | |
tree | 5c84ffb8564c51a9a6a5b429a6c2d81d9c2aab58 /devel/pwlib/Makefile | |
parent | a1bbc073a478c8aae8fc5189d6341216bce26462 (diff) | |
download | freebsd-ports-gnome-69f954d5efc18056004dbc320ab9fea9fcfa1281.tar.gz freebsd-ports-gnome-69f954d5efc18056004dbc320ab9fea9fcfa1281.tar.zst freebsd-ports-gnome-69f954d5efc18056004dbc320ab9fea9fcfa1281.zip |
Use USE_OPENLDAP instead of requiring LDAP explicitly. This fixes the build
on bento.
Reported by: bento via kris
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 22af3c6ebbd6..ebc62aa72f53 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -17,8 +17,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= roger@freebsd.org COMMENT= A cross platform C++ library, used by OpenH323 -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ - ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,6 +25,7 @@ USE_BISON= yes USE_GMAKE= yes USE_AUTOCONF= yes +USE_OPENLDAP= yes WANT_AUTOCONF_VER= 253 CONFIGURE_ENV= OSRELEASE=${OSVERSION} ALL_TARGET= optnoshared |