diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-09 20:22:14 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-09 20:22:14 +0800 |
commit | 9d55eb9ad2969d86c7606e994256930dff4bf8b4 (patch) | |
tree | ac48c5778c43f8e118112c0a2116fcdd0efc9117 | |
parent | 2a06b48d497ef0cd5f5770c0cf04c8dbaf8666f1 (diff) | |
download | freebsd-ports-gnome-9d55eb9ad2969d86c7606e994256930dff4bf8b4.tar.gz freebsd-ports-gnome-9d55eb9ad2969d86c7606e994256930dff4bf8b4.tar.zst freebsd-ports-gnome-9d55eb9ad2969d86c7606e994256930dff4bf8b4.zip |
- Mark BROKEN, does no build
Reported by: pointyhat via kris
-rw-r--r-- | graphics/gstreamer-plugins-libvisual80/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-libvisual80/Makefile b/graphics/gstreamer-plugins-libvisual80/Makefile index 251b2885a83c..59fa7bf90bad 100644 --- a/graphics/gstreamer-plugins-libvisual80/Makefile +++ b/graphics/gstreamer-plugins-libvisual80/Makefile @@ -15,4 +15,6 @@ GST_PLUGIN= libvisual MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 +BROKEN= Does not build + .include "${MASTERDIR}/Makefile" |