From 736866f47da91df65c48d93901fe2778445b6d70 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 8 Nov 2007 23:47:03 +0000 Subject: Fix include order to get working Python version selection. --- textproc/py-X/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/py-X') diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile index 214b4384876..814689cdac6 100644 --- a/textproc/py-X/Makefile +++ b/textproc/py-X/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/06/12 13:48:06 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/11/08 23:47:03 joerg Exp $ # DISTNAME= PyX-0.9 @@ -33,6 +33,6 @@ pre-install: post-install: ${CP} ${WRKSRC}/pyxrc.default ${PREFIX}/share/examples/PyX/pyxrc -.include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3