diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-11-23 10:29:41 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-11-23 10:29:41 +0800 |
commit | 3c1389b4134a8abda71a7607d0e6249efbc6efd6 (patch) | |
tree | cca3828d094ca3936297f276b931792f88bef658 /net | |
parent | a11e940d02b4e6e2162fc40a44643f33bb15037d (diff) | |
download | freebsd-ports-gnome-3c1389b4134a8abda71a7607d0e6249efbc6efd6.tar.gz freebsd-ports-gnome-3c1389b4134a8abda71a7607d0e6249efbc6efd6.tar.zst freebsd-ports-gnome-3c1389b4134a8abda71a7607d0e6249efbc6efd6.zip |
Fix depends on asterisk 1.4.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-app-ldap/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk-app-notify/Makefile | 4 | ||||
-rw-r--r-- | net/asterisk-oh323/Makefile | 2 | ||||
-rw-r--r-- | net/astfax/Makefile | 2 |
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 |