summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsbd <sbd>2013-04-17 10:00:57 +0000
committersbd <sbd>2013-04-17 10:00:57 +0000
commitd3cbfcfa69c2757555961e894ac29ed0a5ac5b0d (patch)
tree228a8ac6cb4811b4b6130ce902971287dbcfe2d2 /lang
parent45b2a0aa87aae593eac3b6510e92fe2d8d68025d (diff)
downloadpkgsrc-d3cbfcfa69c2757555961e894ac29ed0a5ac5b0d.tar.gz
Add MKDIR_P to the configure env.
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index a50ef330fb3..328cb215808 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2013/04/13 12:55:53 obache Exp $
+# $NetBSD: Makefile,v 1.25 2013/04/17 10:00:57 sbd Exp $
.include "dist.mk"
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT=${CFLAGS:Q}
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --with-dbmliborder=ndbm:bdb
+CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
LDFLAGS+= -L${WRKSRC}