aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-09-30 17:24:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-09-30 17:24:49 +0800
commitc95d01e98f874a9f2775d0fb55982a19910bdbcd (patch)
treeebf507e1ca4b2f002690cd4362979fb34171e492 /net
parent17a5dab48661a2a8ec836d45aabe1826fb28191e (diff)
downloadfreebsd-ports-gnome-c95d01e98f874a9f2775d0fb55982a19910bdbcd.tar.gz
freebsd-ports-gnome-c95d01e98f874a9f2775d0fb55982a19910bdbcd.tar.zst
freebsd-ports-gnome-c95d01e98f874a9f2775d0fb55982a19910bdbcd.zip
- Add support for openldap 2.4
- Clean port up a bit PR: 127344 Submitted by: Matthias Fechner <idefix at fechner dot net> (maintainer) Improved by: me (approved by maintainer)
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>