aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-11-08 20:53:30 +0800
committerahze <ahze@FreeBSD.org>2006-11-08 20:53:30 +0800
commit5dc5b7398c1e68d6ca7957e25a40614c602ef13b (patch)
treef99bb544fe67edc416847a717ce1aad7566f21b6 /multimedia/gstreamer-plugins
parent710c7d85b781aeefc900522b1b4640783d6db813 (diff)
downloadfreebsd-ports-gnome-5dc5b7398c1e68d6ca7957e25a40614c602ef13b.tar.gz
freebsd-ports-gnome-5dc5b7398c1e68d6ca7957e25a40614c602ef13b.tar.zst
freebsd-ports-gnome-5dc5b7398c1e68d6ca7957e25a40614c602ef13b.zip
Only include Makefile.common on 5.x+ since it contains code that 4.x make
doesn't like. Note that gstreamer-plugins is still marked IGNORE on 4.x Reported by: Nicki de Wet <nicki@astcape.co.za>
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index b3ab71d2f356..1655f6200c67 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -62,10 +62,6 @@ DEFAULT_AUDIOSRC?= osssrc
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= many plugins don't build or even work on 4.x
-.endif
-
.if ${GST_PLUGIN} == "base"
gst_base_DIST= base
NO_GSTREAMER_COMMON= yes
@@ -77,7 +73,11 @@ PLIST_SUB+= VERSION="${VERSION}" \
USE_GSTREAMER= yes
.endif
+.if ${OSVERSION} < 500000
+IGNORE= many plugins don't build or even work on 4.x
+.else
.include "${MASTERDIR}/Makefile.common"
+.endif
.if ${DIST}=="base"
EXTRACT_ONLY=${BASE_DISTFILE}