diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-03-08 12:50:40 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-03-08 12:50:40 +0000 |
commit | e1e33ce1cc281aa70ed34886f0ea86c9037a965a (patch) | |
tree | 564c5dc065e141030550f5c166d1a4e466418efd /multimedia/gstreamer-plugins/Makefile.common | |
parent | - Update to 1.6.1a1 (diff) |
- Update base plugins to 0.10.12
- Make bad plugins depend on gstreamer-plugins-bad, good depend on gstreamer-plugins-good, and ugly depend on gstreamer-plugins-ugly
- Bump PORTEPOCH to not have to bump each gstreamer plugin port
Notes
Notes:
svn path=/head/; revision=186891
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile.common')
-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 cca693017831..be63f3a9940d 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} +USE_GSTREAMER+= ${gst_${GST_PLUGIN}_USE_GSTREAMER} ${DIST:S/good/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} |