diff options
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 07be2d123..ba3a14ba0 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -1,5 +1,5 @@ # $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.34 2006/06/09 20:24:02 ahze Exp $ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.53 2006/06/24 17:42:51 marcus Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.54 2006/06/24 20:27:14 marcus Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -300,7 +300,7 @@ gst_wavpack_DIST= bad .endif # NO_GSTREAMER_COMMON gst_${GST_PLUGIN}_DIST?= good -DIST= ${gst_${GST_PLUGIN}_DIST} +DIST?= ${gst_${GST_PLUGIN}_DIST} .if !defined(NO_GSTREAMER_COMMON) gst_${GST_PLUGIN}_BUILD_DEPENDS?= |