diff options
-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> |