diff options
author | recht <recht> | 2004-07-06 23:19:53 +0000 |
---|---|---|
committer | recht <recht> | 2004-07-06 23:19:53 +0000 |
commit | a7055b259c6b98f3492f3e09cedc0f822d5d1077 (patch) | |
tree | ed85c40328c6d1545da56c2112132913cda022ef /devel/scons | |
parent | 41a600baab2f79257ca776b5f12d4652a871c761 (diff) | |
download | pkgsrc-a7055b259c6b98f3492f3e09cedc0f822d5d1077.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/Makefile | 3 |
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" |