summaryrefslogtreecommitdiff
path: root/net/ekiga
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/ekiga
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/ekiga')
-rw-r--r--net/ekiga/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index 8caed373d57b..0a2387ae1b74 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.98
MAINTAINER= kwm@FreeBSD.org
COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build
# note, we do not want to clean openh323, otherwise it has to build
# it all over again which can take several hours.
@@ -50,8 +50,8 @@ MAN1= gnomemeeting.1
.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"
BROKEN= "Configure fails on !i386"