summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-05-04 10:01:02 +0000
committerobache <obache@pkgsrc.org>2011-05-04 10:01:02 +0000
commit090758ad96ee2c4905a8f5622bf2d421b5b65bc0 (patch)
treea4d1f5bbb64cbc97fb5b894e09a53fda5ad6268e /lang
parent8cb5b0a2e785ccd301f8c462f7f871a6e0424342 (diff)
downloadpkgsrc-090758ad96ee2c4905a8f5622bf2d421b5b65bc0.tar.gz
also put PYLIB in PLIST_SUBST, a part of PR#44826.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/extension.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index 766df7ac91b..3d6c92644de 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.28 2010/07/24 00:57:17 gdt Exp $
+# $NetBSD: extension.mk,v 1.29 2011/05/04 10:01:02 obache Exp $
.include "../../lang/python/pyversion.mk"
@@ -49,5 +49,5 @@ INSTALL_ENV+= PKGSRC_PYTHON_NO_EGG=defined
.endif
.if defined(PY_PATCHPLIST)
-PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB}
+PLIST_SUBST+= PYINC=${PYINC} PYLIB=${PYLIB} PYSITELIB=${PYSITELIB}
.endif