summaryrefslogtreecommitdiff
path: root/net/gatekeeper
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/gatekeeper
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/gatekeeper')
-rw-r--r--net/gatekeeper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
index ea99215e83e7..a28fe8097e83 100644
--- a/net/gatekeeper/Makefile
+++ b/net/gatekeeper/Makefile
@@ -16,7 +16,7 @@ DISTNAME= gnugk-${PORTVERSION}
MAINTAINER= Joerg.Pulz@frm2.tum.de
COMMENT= GnuGK is GPL Gate Keeper for OhPhone, GnomeMeeting, NetMeeting and H323
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build
USE_RC_SUBR= yes
RC_DIR= ${PREFIX}/etc/rc.d
@@ -29,8 +29,8 @@ NOCLEANDEPENDS= yes
USE_BISON= yes
USE_GMAKE= yes
ALL_TARGET= optnoshared addpasswd
-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} HAS_RADACCT=1