aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-30 09:24:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-30 09:24:49 +0000
commit18076609973376917791fc6d05ed84e07dcf5f7c (patch)
treeabc45d926452f52ea469bb4fae12a0335bdc3163 /net
parent27b27c697960e38de372e05cfd7f3cdc62eef879 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/asterisk-app-ldap/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/asterisk-app-ldap/Makefile b/net/asterisk-app-ldap/Makefile
index b1890ed4a388..24883192aa77 100644
--- a/net/asterisk-app-ldap/Makefile
+++ b/net/asterisk-app-ldap/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asterisk-app-ldap
DISTVERSION= 2.0rc1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mezzo.net/asterisk/
DISTNAME= app_ldap-${DISTVERSION}
@@ -15,13 +16,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= idefix@fechner.net
COMMENT= LDAPget application module for the Asterisk PBX 1.4
-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk \
- ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
- ${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
+BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
USE_GMAKE= yes
+USE_ICONV= yes
+USE_OPENLDAP= yes
PLIST_FILES= lib/asterisk/modules/app_ldap.so \
- etc/asterisk/ldap.conf.sample
+ etc/asterisk/ldap.conf.sample
.include <bsd.port.mk>