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/ekiga | |
parent | ae9b4b1edddc822da60c96bbb6b8ce3e2783a476 (diff) | |
download | ports-8d20ecc86cec613f386617d91afeb1501591a550.tar.gz ports-8d20ecc86cec613f386617d91afeb1501591a550.zip |
Notes
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 6 |
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" |