diff options
author | kris <kris@FreeBSD.org> | 2007-04-02 03:06:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-02 03:06:10 +0800 |
commit | d88d09ef50b3b6714728c4645da31b51aa8d8b0d (patch) | |
tree | e1f46e02aa7492d94e72ccfdac4905d98e5f0960 | |
parent | 3b2bf8a5d5f2c320f8755d6dc03e82cfa056e8f6 (diff) | |
download | freebsd-ports-gnome-d88d09ef50b3b6714728c4645da31b51aa8d8b0d.tar.gz freebsd-ports-gnome-d88d09ef50b3b6714728c4645da31b51aa8d8b0d.tar.zst freebsd-ports-gnome-d88d09ef50b3b6714728c4645da31b51aa8d8b0d.zip |
BROKEN: Does not compile
-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 |