aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff
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/asterisk-bristuff
parentae9b4b1edddc822da60c96bbb6b8ce3e2783a476 (diff)
downloadports-8d20ecc86cec613f386617d91afeb1501591a550.tar.gz
ports-8d20ecc86cec613f386617d91afeb1501591a550.zip
Notes
Diffstat (limited to 'net/asterisk-bristuff')
-rw-r--r--net/asterisk-bristuff/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile
index da0285533efc..7aa2b1e1f92f 100644
--- a/net/asterisk-bristuff/Makefile
+++ b/net/asterisk-bristuff/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