aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-04-30 06:09:41 +0800
committermarcus <marcus@FreeBSD.org>2006-04-30 06:09:41 +0800
commit401b387d41cd55817e3e355a8380485e5d0c0031 (patch)
treeb006183862ff6bc97eaf0ba739c2bf580be05deb /Mk/bsd.port.mk
parent191994ff8f5528daf4d2a688b2e8bcc07bd5a1b5 (diff)
downloadfreebsd-ports-gnome-401b387d41cd55817e3e355a8380485e5d0c0031.tar.gz
freebsd-ports-gnome-401b387d41cd55817e3e355a8380485e5d0c0031.tar.zst
freebsd-ports-gnome-401b387d41cd55817e3e355a8380485e5d0c0031.zip
Add support for gstreamer-0.10 along side legacy support for 0.8.
Approved by: portmgr (kris and implicit)
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index c126678908c5..c8bee854975d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1379,7 +1379,7 @@ PERL= ${LOCALBASE}/bin/perl
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
.endif
-.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER)
+.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER80)
.include "${PORTSDIR}/Mk/bsd.gstreamer.mk"
.endif
@@ -1792,7 +1792,7 @@ RUN_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
.include "${PORTSDIR}/Mk/bsd.database.mk"
.endif
-.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER)
+.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER80)
.include "${PORTSDIR}/Mk/bsd.gstreamer.mk"
.endif