summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-21 14:27:56 +0000
committerjlam <jlam@pkgsrc.org>2006-07-21 14:27:56 +0000
commit7d1f4cca8ee69154c87d9e612cf7eab8c03b9563 (patch)
tree7caa897b86d23c2822e6d9c8f6d7d3dfeb078d5e /multimedia
parentbf3813d3f65b79dbd601ae45f32ab3758fa72e5f (diff)
downloadpkgsrc-7d1f4cca8ee69154c87d9e612cf7eab8c03b9563.tar.gz
"BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins0.10-ffmpeg/Makefile4
-rw-r--r--multimedia/xine-lib/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gst-plugins0.10-ffmpeg/Makefile b/multimedia/gst-plugins0.10-ffmpeg/Makefile
index 4e22c8a21d3..692991ff3f8 100644
--- a/multimedia/gst-plugins0.10-ffmpeg/Makefile
+++ b/multimedia/gst-plugins0.10-ffmpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/07/13 14:19:04 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/21 14:27:56 jlam Exp $
#
DISTNAME= gst-ffmpeg-0.10.1
@@ -14,7 +14,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
OVERRIDE_DIRDEPTH= 3
USE_TOOLS+= pkg-config gmake perl
-BUILD_ENV+= PERL=${PERL5}
+PKGSRC_MAKE_ENV+= PERL=${PERL5}
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common
index a972fd2530f..7ef18cc1032 100644
--- a/multimedia/xine-lib/Makefile.common
+++ b/multimedia/xine-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:36 jlam Exp $
+# $NetBSD: Makefile.common,v 1.34 2006/07/21 14:27:56 jlam Exp $
#
DISTNAME= xine-lib-${XINE_LIB_VER}a
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --without-external-ffmpeg --disable-ffmpegtest
CONFIGURE_ENV+= have_libpng="yes"
CONFIGURE_ENV+= PNG_CFLAGS="-I${PREFIX}/include"
CONFIGURE_ENV+= PNG_LIBS="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lpng"
-BUILD_ENV+= "mkdir_p"="mkdir -p"
+PKGSRC_MAKE_ENV+= "mkdir_p"="mkdir -p"
.include "../../mk/bsd.prefs.mk"