diff options
author | wiz <wiz> | 2006-01-25 19:53:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-25 19:53:16 +0000 |
commit | 7238d2d1d69c6787e4bc663cbedb4399f48a3596 (patch) | |
tree | bf60be9c6b0d2b5904728c81caced6a5c63a3fc7 /multimedia | |
parent | 0ffbdb3b01ace9388b2e20b59f9cd24abffa23e8 (diff) | |
download | pkgsrc-7238d2d1d69c6787e4bc663cbedb4399f48a3596.tar.gz |
Override DISTNAME (version number is not the same as in
gst-plugins0.10-base any longer).
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 72a433990c9..86d0f157330 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2006/01/18 15:42:27 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/01/25 19:53:16 wiz Exp $ # GST_PLUGINS0.10_TYPE= good @@ -27,6 +27,8 @@ GST_PLUGINS0.10_TYPE= good CONFIGURE_ARGS+= --disable-${driver} .endfor +DISTNAME= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.1 + .include "../../multimedia/gst-plugins0.10-base/plugins.mk" .include "../../devel/glib2/buildlink3.mk" |