diff options
Diffstat (limited to 'net/asterisk12-app-ldap/Makefile')
-rw-r--r-- | net/asterisk12-app-ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/asterisk12-app-ldap/Makefile b/net/asterisk12-app-ldap/Makefile index cf9ec7da6f8d..3bb548fd7f66 100644 --- a/net/asterisk12-app-ldap/Makefile +++ b/net/asterisk12-app-ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= app_ldap DISTVERSION= 1.0rc6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.mezzo.net/asterisk/ EXTRACT_SUFX= .tgz @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= idefix@fechner.net COMMENT= LDAPget application module for the Asterisk PBX -BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk\ - ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client\ +BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \ + ${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \ ${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv USE_GMAKE= yes |