summaryrefslogtreecommitdiff
path: root/devel/scons
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-06 23:19:53 +0000
committerrecht <recht@pkgsrc.org>2004-07-06 23:19:53 +0000
commitdc8c22bbc52a6f6d4e1a4624f197b74484fb1d29 (patch)
treeed85c40328c6d1545da56c2112132913cda022ef /devel/scons
parent11832ca51060a3642c32b57020cf5409e2e7e586 (diff)
downloadpkgsrc-dc8c22bbc52a6f6d4e1a4624f197b74484fb1d29.tar.gz
Include application.mk before extension.mk to avoid problems picking
up the correct Python version if scons is used as dependency. Pointed out by drochner.
Diffstat (limited to 'devel/scons')
-rw-r--r--devel/scons/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index ad29b490e3e..9caaa3e3a83 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/09 19:13:52 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/06 23:19:53 recht Exp $
#
DISTNAME= scons-0.95
@@ -16,5 +16,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/scons.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/sconsign.1 ${PREFIX}/man/man1
+.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"