summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-21 14:27:56 +0000
committerjlam <jlam>2006-07-21 14:27:56 +0000
commitc304f3ed550dc23579dcb615d7d969fb4f5ce67f (patch)
tree7caa897b86d23c2822e6d9c8f6d7d3dfeb078d5e /multimedia/xine-lib
parentcf44c92a8fd3163b85eec8edcce80a86357533fd (diff)
downloadpkgsrc-c304f3ed550dc23579dcb615d7d969fb4f5ce67f.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/xine-lib')
-rw-r--r--multimedia/xine-lib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"