diff options
author | pav <pav@FreeBSD.org> | 2008-07-23 08:34:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-23 08:34:10 +0800 |
commit | b483effa688c7bef77351bc3584534047d6fc4e5 (patch) | |
tree | 78aa7d33693be5a90427c458d442e6d48d25573d /net/asterisk12-app-ldap | |
parent | cef6845308da0d9805cb271c69d428015ac849a7 (diff) | |
download | freebsd-ports-gnome-b483effa688c7bef77351bc3584534047d6fc4e5.tar.gz freebsd-ports-gnome-b483effa688c7bef77351bc3584534047d6fc4e5.tar.zst freebsd-ports-gnome-b483effa688c7bef77351bc3584534047d6fc4e5.zip |
- This port links libiconv and openldap dynamically
Diffstat (limited to 'net/asterisk12-app-ldap')
-rw-r--r-- | net/asterisk12-app-ldap/Makefile | 8 |
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> |