aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-03-22 16:59:52 +0800
committerperky <perky@FreeBSD.org>2004-03-22 16:59:52 +0800
commitabaa28795b450946225213a81ed71c835c0195ac (patch)
treeb42fdd9d5b5f8c810dbbdca843891b0003827d12 /lang/python/Makefile
parentfdfe602d02d63830e8659e4b4a5d1c86a78a079c (diff)
downloadfreebsd-ports-gnome-abaa28795b450946225213a81ed71c835c0195ac.tar.gz
freebsd-ports-gnome-abaa28795b450946225213a81ed71c835c0195ac.tar.zst
freebsd-ports-gnome-abaa28795b450946225213a81ed71c835c0195ac.zip
Fix stackless build broken by the recent shared-build commit.
Submitted by: Sven Petai <hadara@bsd.ee>
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 38af9f6aa5a9..3fd4cb0ff30a 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -121,7 +121,7 @@ pre-patch:
's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \
${WRKSRC}/Lib/pydoc.py
-post-configure:
+post-configure: ${STACKLESS_POST_CONFIGURE}
@# prepare a subdir for shared build
.for subdir in Modules Parser Python Objects
${MKDIR} ${SHARED_WRKSRC}/${subdir}