1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix depends on asterisk 1.4.

This commit is contained in:
Max Khon 2010-11-23 02:29:41 +00:00
parent 4cd3ddd0a2
commit 5ee72ac467
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264955
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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