pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-clearsilver python/extension.mk must be the fir...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0d0c6ce2c4f
branches: trunk
changeset: 520633:d0d0c6ce2c4f
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Oct 24 11:06:40 2006 +0000
description:
python/extension.mk must be the first .include for extensions,
otherwise selection of the right python version might fail,
fixes problem reported by Jesse Peterson in pkgsrc-users
diffstat:
www/py-clearsilver/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 2412d2db59eb -r d0d0c6ce2c4f www/py-clearsilver/Makefile
--- a/www/py-clearsilver/Makefile Tue Oct 24 10:48:23 2006 +0000
+++ b/www/py-clearsilver/Makefile Tue Oct 24 11:06:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:11:28 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/10/24 11:06:40 drochner Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
@@ -16,6 +16,5 @@
PYBINMODULE= YES
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
-.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index