aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-02 08:16:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-02 08:16:31 +0000
commitc113d5d1b23a1fb9b4fd73b2c03e4f23ceb55fd1 (patch)
tree332203dc578f2f9472198c07b33a4ca21be2126b
parentaa45a472da9cdb2c84b34fc962fd642885709428 (diff)
downloadports-c113d5d1b23a1fb9b4fd73b2c03e4f23ceb55fd1.tar.gz
ports-c113d5d1b23a1fb9b4fd73b2c03e4f23ceb55fd1.zip
Notes
-rw-r--r--net/ekiga/Makefile2
-rw-r--r--net/gnomemeeting/Makefile2
-rw-r--r--x11-toolkits/hs-gtk+hs/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index d7e37dd76c7e..79b01adf6563 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -17,6 +17,8 @@ COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BROKEN= "Does not build"
+
# note, we do not want to clean openh323, otherwise it has to build
# it all over again which can take several hours.
NOCLEANDEPENDS= yes
diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile
index d7e37dd76c7e..79b01adf6563 100644
--- a/net/gnomemeeting/Makefile
+++ b/net/gnomemeeting/Makefile
@@ -17,6 +17,8 @@ COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
+BROKEN= "Does not build"
+
# note, we do not want to clean openh323, otherwise it has to build
# it all over again which can take several hours.
NOCLEANDEPENDS= yes
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile
index cf80655fa964..7b58422de1f2 100644
--- a/x11-toolkits/hs-gtk+hs/Makefile
+++ b/x11-toolkits/hs-gtk+hs/Makefile
@@ -17,6 +17,8 @@ COMMENT= A GTK+ Binding for Haskell
OPTIONS= GHC5 "Build for ghc5" off \
IHASKELL "Build with iHaskell" off
+BROKEN= "Build fails"
+
USE_GNOME= glib12 gtk12
.include <bsd.port.pre.mk>