summaryrefslogtreecommitdiff
path: root/sysutils/py-gnome-menus
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-01 11:06:04 +0000
committerjoerg <joerg>2006-12-01 11:06:04 +0000
commit9d218ce834db490a6e3a6958898db2b45cc945dc (patch)
tree33d7f7744b2f03170a786467d999eca46c0230c9 /sysutils/py-gnome-menus
parentfb0429671ee937948352f242bcbf68351e643b94 (diff)
downloadpkgsrc-9d218ce834db490a6e3a6958898db2b45cc945dc.tar.gz
configure wants Python 2.2+
Diffstat (limited to 'sysutils/py-gnome-menus')
-rw-r--r--sysutils/py-gnome-menus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-gnome-menus/Makefile b/sysutils/py-gnome-menus/Makefile
index bd9b452c8af..6e07f7202d7 100644
--- a/sysutils/py-gnome-menus/Makefile
+++ b/sysutils/py-gnome-menus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/24 12:55:31 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/01 11:06:04 joerg Exp $
#
DISTNAME= gnome-menus-2.16.1
@@ -18,6 +18,7 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-python
BUILD_DIRS= python
INSTALL_DIRS= python
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
PY_PATCHPLIST= yes
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0