diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-05 12:35:09 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-05 12:35:09 +0000 |
commit | 8d20ecc86cec613f386617d91afeb1501591a550 (patch) | |
tree | 7283e39db9968d834deae31d4e870a33ab9cf547 /net/asterisk-oh323 | |
parent | ae9b4b1edddc822da60c96bbb6b8ce3e2783a476 (diff) | |
download | ports-8d20ecc86cec613f386617d91afeb1501591a550.tar.gz ports-8d20ecc86cec613f386617d91afeb1501591a550.zip |
Notes
Diffstat (limited to 'net/asterisk-oh323')
-rw-r--r-- | net/asterisk-oh323/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index aae75de157bd..6075b3a2bd89 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -14,14 +14,14 @@ MASTER_SITES= http://www.inaccessnetworks.com/projects/asterisk-oh323/download/ MAINTAINER= bamby@portaone.com COMMENT= A H.323 support module for the Asterisk soft PBX -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 \ ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk USE_GMAKE= yes MAKE_ENV= MKDIR="${MKDIR}" \ - PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib/work/pwlib \ - OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323 \ + PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib152/work/pwlib \ + OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323-112/work/openh323 \ CPP="${CXX}" \ USE_OLD_CAPABILITIES_API="yes" |