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/openmcu | |
parent | ae9b4b1edddc822da60c96bbb6b8ce3e2783a476 (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/openmcu')
-rw-r--r-- | net/openmcu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index 35c97871112a..3d0963df4565 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenMCU hosts a conference call for H323 Video Conferencing users -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,8 +26,8 @@ NOCLEANDEPENDS= yes USE_BISON= yes USE_GMAKE= yes ALL_TARGET= optnoshared -MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \ - OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 +MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib152/work/pwlib \ + OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323-112/work/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} |