pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-gobject-shared Another attempt to properly re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/678ab549c834
branches: trunk
changeset: 513211:678ab549c834
user: tron <tron%pkgsrc.org@localhost>
date: Mon May 22 14:56:53 2006 +0000
description:
Another attempt to properly recognized the currently installed
Python version.
diffstat:
devel/py-gobject-shared/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 259037ee4bd3 -r 678ab549c834 devel/py-gobject-shared/Makefile
--- a/devel/py-gobject-shared/Makefile Mon May 22 14:39:44 2006 +0000
+++ b/devel/py-gobject-shared/Makefile Mon May 22 14:56:53 2006 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/05/22 14:38:16 tron Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/22 14:56:53 tron Exp $
PKGNAME= py-gobject-shared-2.10.1
-.include "../../devel/py-gobject/Makefile.common"
+.include "../../lang/python/application.mk"
.if defined(_PYTHON_VERSION)
PYTHON_VERSION_REQD= ${_PYTHON_VERSION}
-else
+.else
PYTHON_VERSION_REQD= ${PYTHON_VERSION_DEFAULT}
.endif
+.include "../../devel/py-gobject/Makefile.common"
+
PYTHON_FOR_BUILD_ONLY= yes
INSTALLATION_DIRS= include/pygtk-2.0 lib/pkgconfig
Home |
Main Index |
Thread Index |
Old Index