diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-31 15:31:17 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-31 15:31:17 +0000 |
commit | 1f568e1da71535c8a660f7d70626901c48e94368 (patch) | |
tree | 25e6db7ef89a7e70807d613470ba34e5c4d638c0 /multimedia/gstreamer-plugins80 | |
parent | ba48ccf89ecc94bba172b10c335a486f7bb38ba3 (diff) | |
download | ports-1f568e1da71535c8a660f7d70626901c48e94368.tar.gz ports-1f568e1da71535c8a660f7d70626901c48e94368.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-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 |