summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/Makefile
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
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')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 0a64a0b19..6b41b4c85 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -3,7 +3,7 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.64 2006/01/21 21:03:13 ahze Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.65 2006/01/21 22:29:52 ahze Exp $
#
PORTNAME= gstreamer
@@ -46,7 +46,7 @@ UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION}
UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX}
SHLIB_VERSION= 1
-VERSION= 0.10
+VERSION= ${GST_VERSION}
WANT_GSTREAMER= yes
USE_X_PREFIX= yes
USE_BZIP2= yes