summaryrefslogtreecommitdiff
path: root/x11/py-gnome2-desktop
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-11-08 12:53:03 +0000
committerrichard <richard@pkgsrc.org>2013-11-08 12:53:03 +0000
commit3a2f4739dd490c67d7e12065bfea1b9708f0d08d (patch)
treef1ec58d5af23da7065d33d8baed02ce5f6ff8c8b /x11/py-gnome2-desktop
parentc7296d92882847312513f130061cf3a97ac1c132 (diff)
downloadpkgsrc-3a2f4739dd490c67d7e12065bfea1b9708f0d08d.tar.gz
pyversion.mk is needed if default python >=2.7
Diffstat (limited to 'x11/py-gnome2-desktop')
-rw-r--r--x11/py-gnome2-desktop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile
index 3659e7ae26d..a99f89514f4 100644
--- a/x11/py-gnome2-desktop/Makefile
+++ b/x11/py-gnome2-desktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2013/10/19 09:07:13 adam Exp $
+# $NetBSD: Makefile,v 1.84 2013/11/08 12:53:03 richard Exp $
#
DISTNAME= gnome-python-desktop-2.32.0
@@ -21,6 +21,8 @@ USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in
+.include "../../lang/python/pyversion.mk"
+
# The "real" value here is: 27 26
# but because of single-version deps of gnome bits this will only
# ever work for the python version those gnome bits were built with.