aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-12-10 12:46:43 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-12-10 12:46:43 +0000
commit1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (patch)
treeb1038d3d7f9df6460a993b10635a0b70d9082c59 /Mk/bsd.port.mk
parent9f89d797c871c60c1c6d9c0aa2b8c5129561d936 (diff)
downloadports-1dc6a664e3eb746710f5b332ceb06be47ffacbe0.tar.gz
ports-1dc6a664e3eb746710f5b332ceb06be47ffacbe0.zip
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)
Notes
Notes: svn path=/head/; revision=308603
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 2aa74894a97d..67ed5b3c79f3 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