diff options
author | ahze <ahze@FreeBSD.org> | 2007-03-08 21:09:00 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-03-08 21:09:00 +0800 |
commit | 210ee5e75cfcb2702afe43be58c77f0e04eaad5b (patch) | |
tree | e9195c600465e8e35824693634f71732329866d0 /multimedia | |
parent | 090d49865d4e5c3f1484c31afe4c59928b68c916 (diff) | |
download | freebsd-ports-gnome-210ee5e75cfcb2702afe43be58c77f0e04eaad5b.tar.gz freebsd-ports-gnome-210ee5e75cfcb2702afe43be58c77f0e04eaad5b.tar.zst freebsd-ports-gnome-210ee5e75cfcb2702afe43be58c77f0e04eaad5b.zip |
Don't make base plugins depend on good plugins
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index be63f3a9940d..2823cdbeb881 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -378,7 +378,7 @@ CONFIGURE_ARGS+=${gst_${GST_PLUGIN}_CONFIGURE_ARGS} .if ${gst_${GST_PLUGIN}_USE_SDL}!="" USE_SDL= ${gst_${GST_PLUGIN}_USE_SDL} .endif -USE_GSTREAMER+= ${gst_${GST_PLUGIN}_USE_GSTREAMER} ${DIST:S/good/yes/} +USE_GSTREAMER+= ${gst_${GST_PLUGIN}_USE_GSTREAMER} ${DIST:S/base/yes/} GST_PREBUILD_DIR=${gst_${GST_PLUGIN}_GST_PREBUILD_DIR} GST_PLUGIN_DIR= ${gst_${GST_PLUGIN}_GST_PLUGIN_DIR} GST_POSTBUILD_DIR=${gst_${GST_PLUGIN}_GST_POSTBUILD_DIR} |