diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-11-30 01:18:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-11-30 01:18:43 +0800 |
commit | 0564fd6fed926f00637e8925912302b0514069b1 (patch) | |
tree | dd73eb6f50ffac65016c25d7501fbd38602bcf12 /net/asterisk | |
parent | af1d5d5a286b08dc5374d32e5c09c3fef0d58823 (diff) | |
download | freebsd-ports-gnome-0564fd6fed926f00637e8925912302b0514069b1.tar.gz freebsd-ports-gnome-0564fd6fed926f00637e8925912302b0514069b1.tar.zst freebsd-ports-gnome-0564fd6fed926f00637e8925912302b0514069b1.zip |
Unbreak.
Approved by: portmgr
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 57b3d372d284..cccb4f60d85d 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -20,13 +20,13 @@ ONLY_FOR_ARCHS= i386 BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \ ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323:build -LIB_DEPENDS= speex.2:${PORTSDIR}/audio/speex \ - ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS= speex.2:${PORTSDIR}/audio/speex RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes +USE_OPENLDAP= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ |