diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-03 15:54:14 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-03 15:54:14 +0000 |
commit | b12e8162756fe642bcc05aff4c62ea8810f22c3a (patch) | |
tree | b6de6b3d7b4d638dfe8fd4f2bfe1b1d71f354334 /multimedia/gst-plugins0.10-good/Makefile.common | |
parent | a206c516dd89b207c2534c941ce68b62a60df5e3 (diff) | |
download | pkgsrc-b12e8162756fe642bcc05aff4c62ea8810f22c3a.tar.gz |
Add a variable to specify the distfile version instead of directly
overriding DISTFILE.
Diffstat (limited to 'multimedia/gst-plugins0.10-good/Makefile.common')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 5 |
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" |