diff options
-rw-r--r-- | net/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net/gnomemeeting/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index d7e37dd..79b01ad 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 d7e37dd..79b01ad 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 cf80655..7b58422 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> |