1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- This port links libiconv and openldap dynamically

This commit is contained in:
Pav Lucistnik 2008-07-23 00:34:10 +00:00
parent fec230ef32
commit d5c2c65562
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217323

View File

@ -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>