From 4e5a983b1b5a203b6604edf946e1bd24f2c7d160 Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 5 Feb 2006 12:35:09 +0000 Subject: 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 In colaboration with: Steve Ames Approved by: linimon ("no weeping changes ATM"-Heads-Up) --- net/opengk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/opengk') diff --git a/net/opengk/Makefile b/net/opengk/Makefile index 2316e4fad696..bd4cce3ebb30 100644 --- a/net/opengk/Makefile +++ b/net/opengk/Makefile @@ -17,7 +17,7 @@ DISTNAME= opengk_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Equivalence's H323 GateKeeper for OpenH323 OhPhone and NetMeeting -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,8 +26,8 @@ NOCLEANDEPENDS= yes PLIST_FILES= bin/opengk USE_GMAKE= yes ALL_TARGET= optnoshared -MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/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} -- cgit