diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-02 02:28:52 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-02 02:28:52 +0800 |
commit | b7801fe6f4d1d452eb46f0ed32ae4deb382a310b (patch) | |
tree | 299974d2335adf4116666e03f490b40d2fce1266 /multimedia | |
parent | 0b7a4775b7cf5891b91bb8885292150380b06a05 (diff) | |
download | freebsd-ports-gnome-b7801fe6f4d1d452eb46f0ed32ae4deb382a310b.tar.gz freebsd-ports-gnome-b7801fe6f4d1d452eb46f0ed32ae4deb382a310b.tar.zst freebsd-ports-gnome-b7801fe6f4d1d452eb46f0ed32ae4deb382a310b.zip |
- Mark graphics/gstreamer-plugins-libvisual broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 38addabc7eca..70678709f816 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -248,6 +248,9 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ .if ${GST_PLUGIN}=="libvisual" LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual DIST= base +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif .endif # mad |