aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk12-app-ldap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-23 00:34:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-23 00:34:10 +0000
commitd5c2c65562c7bb74510b54c90f709dfabafdceec (patch)
tree82b197b08b1419110ee8a972f87756af11385576 /net/asterisk12-app-ldap
parentfec230ef32df67cbd0bd4d30540bdb6a4fd7d5a8 (diff)
downloadports-d5c2c65562c7bb74510b54c90f709dfabafdceec.tar.gz
ports-d5c2c65562c7bb74510b54c90f709dfabafdceec.zip
- This port links libiconv and openldap dynamically
Notes
Notes: svn path=/head/; revision=217323
Diffstat (limited to 'net/asterisk12-app-ldap')
-rw-r--r--net/asterisk12-app-ldap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk12-app-ldap/Makefile b/net/asterisk12-app-ldap/Makefile
index 113fabc51cbe..b1a29f36d062 100644
--- a/net/asterisk12-app-ldap/Makefile
+++ b/net/asterisk12-app-ldap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asterisk12-app-ldap
DISTVERSION= 1.0rc6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.mezzo.net/asterisk/
DISTNAME= app_ldap-${DISTVERSION}
@@ -16,10 +16,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= idefix@fechner.net
COMMENT= LDAPget application module for the Asterisk PBX
-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \
- ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
- ${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
+BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12
USE_GMAKE= yes
+USE_ICONV= yes
+USE_OPENLDAP= yes
.include <bsd.port.mk>