summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard <richard>2013-11-08 12:53:03 +0000
committerrichard <richard>2013-11-08 12:53:03 +0000
commit961835964eced0de94eac8ede51b722c1964ac06 (patch)
treef1ec58d5af23da7065d33d8baed02ce5f6ff8c8b
parent6a9fb0614f425798be246e654d89f2cb7e1c5ce5 (diff)
downloadpkgsrc-961835964eced0de94eac8ede51b722c1964ac06.tar.gz
pyversion.mk is needed if default python >=2.7
-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.