summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-04-03 15:54:14 +0000
committerjmmv <jmmv>2006-04-03 15:54:14 +0000
commit02a859ffee5d47b8b6d628e788edf33d7f0217fa (patch)
treeb6de6b3d7b4d638dfe8fd4f2bfe1b1d71f354334 /multimedia/gst-plugins0.10-good
parent06cd6a984594988fa6f7627470321ae97e3e7ee7 (diff)
downloadpkgsrc-02a859ffee5d47b8b6d628e788edf33d7f0217fa.tar.gz
Add a variable to specify the distfile version instead of directly
overriding DISTFILE.
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index 07174124b1d..b60db9d3968 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2006/02/13 19:22:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.4 2006/04/03 15:54:14 jmmv Exp $
#
GST_PLUGINS0.10_TYPE= good
+GST_PLUGINS0.10_VER= 0.10.2
# Disable all drivers and features by default.
.for driver in aalib \
@@ -28,8 +29,6 @@ GST_PLUGINS0.10_TYPE= good
CONFIGURE_ARGS+= --disable-${driver}
.endfor
-DISTNAME= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.2
-
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
.include "../../devel/glib2/buildlink3.mk"