diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-25 00:35:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-25 00:35:42 +0800 |
commit | 101d69f65c22a6f6a4aff83d8d8440754ff2bad2 (patch) | |
tree | 4178422ddba68c192a9621770285b945856de492 /multimedia | |
parent | 709257c3904378c462b2c49950d70a3859508529 (diff) | |
download | marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.tar marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.tar.gz marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.tar.bz2 marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.tar.lz marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.tar.xz marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.tar.zst marcuscom-ports-101d69f65c22a6f6a4aff83d8d8440754ff2bad2.zip |
Correct a typo in the previous commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6480 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-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 f45742987..d02d6a190 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.50 2006/06/22 20:24:57 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.51 2006/06/24 16:18:14 marcus Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -331,7 +331,7 @@ GCONF_SCHEMAS= ${${GST_PLUGIN}_GCONF_SCHEMAS} CONFIGURE_ARGS+=${${GST_PLUGIN}_CONFIGURE_ARGS} USE_SDL= ${${GST_PLUGIN}_USE_SDL} USE_GSTREAMER+= ${${GST_PLUGIN}_USE_GSTREAMER} -GST_PREBUILDDIR=${${GST_PLUGIN}_GST_PREBUILD_DIR} +GST_PREBUILD_DIR=${${GST_PLUGIN}_GST_PREBUILD_DIR} GST_PLUGIN_DIR= ${${GST_PLUGIN}_GST_PLUGIN_DIR} GST_POSTBUILD_DIR=${${GST_PLUGIN}_GST_POSTBUILD_DIR} |