summaryrefslogtreecommitdiff
path: root/lang/python33/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python33/Makefile')
-rw-r--r--lang/python33/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index f6ff9e192d8..d06e70cecc0 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/12/13 20:22:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2012/12/25 23:47:39 sbd Exp $
.include "dist.mk"
@@ -14,6 +14,7 @@ LICENSE= python-software-foundation
CONFLICTS+= python-[0-9]*
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOLS_PATH.mkdir:Q}
CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= OPT=${CFLAGS:M*:Q}