summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2013-04-17 10:00:57 +0000
committersbd <sbd@pkgsrc.org>2013-04-17 10:00:57 +0000
commit0cfce78e3aad34fce583be6129f31e711125434d (patch)
tree228a8ac6cb4811b4b6130ce902971287dbcfe2d2 /lang/python27
parent6bae0352bd9fa6588b3d03acf5eb0264701374af (diff)
downloadpkgsrc-0cfce78e3aad34fce583be6129f31e711125434d.tar.gz
Add MKDIR_P to the configure env.
Diffstat (limited to 'lang/python27')
-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}