summaryrefslogtreecommitdiff
path: root/net/asterisk12
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-02-05 12:35:09 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-02-05 12:35:09 +0000
commit8d20ecc86cec613f386617d91afeb1501591a550 (patch)
tree7283e39db9968d834deae31d4e870a33ab9cf547 /net/asterisk12
parentUpdate to 1.3 (diff)
Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports which depend upon them. PR: 83396 Submitted by: Steve Ames <steve@energistic.com> In colaboration with: Steve Ames <steve@energistic.com> Approved by: linimon ("no weeping changes ATM"-Heads-Up)
Notes
Notes: svn path=/head/; revision=155257
Diffstat (limited to 'net/asterisk12')
-rw-r--r--net/asterisk12/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile
index da0285533efc..7aa2b1e1f92f 100644
--- a/net/asterisk12/Makefile
+++ b/net/asterisk12/Makefile
@@ -45,8 +45,8 @@ MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8
.include <bsd.port.pre.mk>
-PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib; make -V WRKSRC
-OPENH323DIR!= cd ${PORTSDIR}/net/openh323; make -V WRKSRC
+PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC
+OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC
.if ${ARCH} != "i386"
WITHOUT_H323= 1
@@ -56,8 +56,8 @@ WITHOUT_ZAPTEL= 1
.if defined(WITHOUT_H323)
PLIST_SUB+= WITH_H323="@comment "
.else
-BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build \
- ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \
+ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build
PLIST_SUB+= WITH_H323=""
MAKE_ENV+= WITH_H323=1
.endif