diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-31 23:31:17 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-31 23:31:17 +0800 |
commit | d6b9619f631170e23968ea94520e52443641eeee (patch) | |
tree | ad4d2defa1497807d0a0ef3203a63dc64a72ab7a /multimedia | |
parent | bd2fa80849f95fb005d1ff6d613a531dda37e1ce (diff) | |
download | freebsd-ports-gnome-d6b9619f631170e23968ea94520e52443641eeee.tar.gz freebsd-ports-gnome-d6b9619f631170e23968ea94520e52443641eeee.tar.zst freebsd-ports-gnome-d6b9619f631170e23968ea94520e52443641eeee.zip |
- Mark gstreamer-plugins-libvisual80 IGNORE on 4.x
Reported by: kris via pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index f6371032f29b..03d2dbf50ae4 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -259,6 +259,9 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstcddasrc.so \ # libvisual .if ${GST_PLUGIN}=="libvisual" LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual +.if ${OSVERSION} < 500000 +IGNORE= Does not build +.endif .endif # musepack |