diff options
-rw-r--r-- | graphics/gstreamer-plugins-swfdec/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-swfdec80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gxmms/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile index 4db3dcd79fd7..4521fe5db1d4 100644 --- a/graphics/gstreamer-plugins-swfdec/Makefile +++ b/graphics/gstreamer-plugins-swfdec/Makefile @@ -15,4 +15,6 @@ GST_PLUGIN= swfdec MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +BROKEN= Does not compile + .include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-swfdec80/Makefile b/graphics/gstreamer-plugins-swfdec80/Makefile index bea31050d6bc..0b8150b6bef2 100644 --- a/graphics/gstreamer-plugins-swfdec80/Makefile +++ b/graphics/gstreamer-plugins-swfdec80/Makefile @@ -15,4 +15,6 @@ GST_PLUGIN= swfdec MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 +BROKEN= Does not compile + .include "${MASTERDIR}/Makefile" diff --git a/multimedia/gxmms/Makefile b/multimedia/gxmms/Makefile index 37515034aec1..31a5fe9d9d21 100644 --- a/multimedia/gxmms/Makefile +++ b/multimedia/gxmms/Makefile @@ -18,6 +18,8 @@ COMMENT= A simple GNOME panel applet for controlling XMMS BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +BROKEN= Does not compile + USE_GMAKE= yes USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack GNU_CONFIGURE= yes |