summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-23 02:29:41 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-23 02:29:41 +0000
commit5ee72ac467db19c955b7ec08b4cb5d1fc90f3622 (patch)
treeb6b44bd312bdcfb3f04d85d32a0d5dd1363b7a29 /net
parent4cd3ddd0a2e09bc2937cff889b07b70ee9f3f5a9 (diff)
downloadfreebsd-ports-5ee72ac467db19c955b7ec08b4cb5d1fc90f3622.zip
Fix depends on asterisk 1.4.
Diffstat (limited to 'net')
-rw-r--r--net/asterisk-app-ldap/Makefile2
-rw-r--r--net/asterisk-app-notify/Makefile4
-rw-r--r--net/asterisk-oh323/Makefile2
-rw-r--r--net/astfax/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/net/asterisk-app-ldap/Makefile b/net/asterisk-app-ldap/Makefile
index 42b9846a7988..d882634aa3b0 100644
--- a/net/asterisk-app-ldap/Makefile
+++ b/net/asterisk-app-ldap/Makefile
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= idefix@fechner.net
COMMENT= LDAPget application module for the Asterisk PBX 1.4
-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
+BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14
USE_GMAKE= yes
USE_ICONV= yes
diff --git a/net/asterisk-app-notify/Makefile b/net/asterisk-app-notify/Makefile
index ee9523dfb351..cb668896677a 100644
--- a/net/asterisk-app-notify/Makefile
+++ b/net/asterisk-app-notify/Makefile
@@ -16,8 +16,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= mayo@oyam.ca
COMMENT= Notify application module for the Asterisk PBX
-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
-RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
+BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14
+RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14
USE_GMAKE= yes
diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile
index 14c082ff3c9e..5a62a2db2158 100644
--- a/net/asterisk-oh323/Makefile
+++ b/net/asterisk-oh323/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.b2bua.org/chrome/site/
MAINTAINER= bamby@sippysoft.com
COMMENT= A H.323 support module for the Asterisk soft PBX
-BUILD_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk
+BUILD_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk14
LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib\
h323_r.1:${PORTSDIR}/net/openh323
diff --git a/net/astfax/Makefile b/net/astfax/Makefile
index f111d45a5d14..dd26776ff962 100644
--- a/net/astfax/Makefile
+++ b/net/astfax/Makefile
@@ -16,7 +16,7 @@ COMMENT= AstFax provides an outgoing email to fax gateway for Asterisk
LIB_DEPENDS= spandsp.1:${PORTSDIR}/comms/spandsp
BUILD_DEPENDS= ${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps
-RUN_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk
+RUN_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk14
MAKE_JOBS_SAFE= yes