summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2012-12-10 12:46:43 +0000
committerkwm <kwm@FreeBSD.org>2012-12-10 12:46:43 +0000
commit6983b431a282dcdbbaf091781289c661af93c65c (patch)
treeb1038d3d7f9df6460a993b10635a0b70d9082c59
parentcca6a9cd38810957a5f38fa2f62dcc77aa387d89 (diff)
downloadFreeBSD-ports-6983b431a282dcdbbaf091781289c661af93c65c.zip
FreeBSD-ports-6983b431a282dcdbbaf091781289c661af93c65c.tar.gz
Rename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over from
when bsd.gstreamer.mk had support for the 0.8 Gstreamer series. The new macro will be used for the Gstreamer 1.x framework. This isn't completly finished yet but this allows me to drop bsd.port.mk from my patchset. Approved by: portmgr (bapt)
-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 2aa7489..67ed5b3 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1476,7 +1476,7 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.wx.mk"
.endif
-.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER80)
+.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER1)
.include "${PORTSDIR}/Mk/bsd.gstreamer.mk"
.endif
@@ -2021,7 +2021,7 @@ IGNORE= uses unknown USE_BISON construct
.include "${PORTSDIR}/Mk/bsd.database.mk"
.endif
-.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER80)
+.if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER1)
.include "${PORTSDIR}/Mk/bsd.gstreamer.mk"
.endif
OpenPOWER on IntegriCloud