summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/Makefile.common
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-22 07:55:31 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-22 07:55:31 +0800
commitbde6b3008c16173eeb683059448212fab31faf23 (patch)
tree228d54046c9c625fd91db4df7688adc97b637f25 /multimedia/gstreamer-plugins/Makefile.common
parenta38f4f310c8ca0f4d395ed8cebec0479cf0ebb8b (diff)
downloadmarcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.tar
marcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.tar.gz
marcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.tar.bz2
marcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.tar.lz
marcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.tar.xz
marcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.tar.zst
marcuscom-ports-bde6b3008c16173eeb683059448212fab31faf23.zip
- Use ${GST_VERSION} and ${GST_MINOR_VERSION} instead of hardcoding versions
- Add $MCom$ to Makefile.common git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5502 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile.common')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common8
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index ea2c4e76a..72b1df31c 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -1,3 +1,5 @@
+# $FreeBSD$
+# $MCom$
# base
BASE_GST_ALL_PLUGINS= \
alsa \
@@ -184,7 +186,7 @@ LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac
USE_GNOME+= gconf2
GST_PLUGIN_DIR= ext/gconf \
gconf
-GCONF_SCHEMAS= gstreamer-0.10.schemas
+GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas
PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so
.endif
@@ -339,8 +341,8 @@ EXTRACT_ONLY=${GOOD_DISTFILE}
WRKSRC=${WRKDIR}/${GOOD_DISTNAME}
.endif
-BUILD_DEPENDS+= gstreamer-plugins>=0.10.2:${PORTSDIR}/multimedia/gstreamer-plugins
-RUN_DEPENDS+= gstreamer-plugins>=0.10.2:${PORTSDIR}/multimedia/gstreamer-plugins
+BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
+RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
do-build:
.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR}