summaryrefslogtreecommitdiff
path: root/x11/py-gnome2-desktop/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-03 22:14:00 +0000
committerwiz <wiz@pkgsrc.org>2012-10-03 22:14:00 +0000
commit6881df6a4c0580c6f1e791e8700778ea489dd113 (patch)
treea6e0112f1c7655fad080d88eaa928420d1b0af8b /x11/py-gnome2-desktop/Makefile
parentf3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff)
downloadpkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz
Update for python25 removal.
Diffstat (limited to 'x11/py-gnome2-desktop/Makefile')
-rw-r--r--x11/py-gnome2-desktop/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile
index f4237561cb3..dd40f525a56 100644
--- a/x11/py-gnome2-desktop/Makefile
+++ b/x11/py-gnome2-desktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2012/10/02 17:12:18 tron Exp $
+# $NetBSD: Makefile,v 1.68 2012/10/03 22:14:03 wiz Exp $
#
DISTNAME= gnome-python-desktop-2.32.0
@@ -23,13 +23,12 @@ USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in
-# The "real" value here is: 27 26 25
+# 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.
-PYTHON_VERSIONS_REALLY_ACCEPTED=27 26 25
+PYTHON_VERSIONS_REALLY_ACCEPTED=27 26
PYTHON_VERSIONS_ACCEPTED= ${PYTHON_VERSION_DEFAULT:M27}
PYTHON_VERSIONS_ACCEPTED+= ${PYTHON_VERSION_DEFAULT:M26}
-PYTHON_VERSIONS_ACCEPTED+= ${PYTHON_VERSION_DEFAULT:M25}
.include "options.mk"