diff options
author | hasso <hasso> | 2008-11-19 03:39:57 +0000 |
---|---|---|
committer | hasso <hasso> | 2008-11-19 03:39:57 +0000 |
commit | a289b002aa9f3ad930a9b286e55ae2d7ea330eb9 (patch) | |
tree | 2dae912923adfd65b6831e752fab7a16e5b3c3b6 /x11/driconf | |
parent | 3871926ca47b4ba401ce42840fb10613a5ebca37 (diff) | |
download | pkgsrc-a289b002aa9f3ad930a9b286e55ae2d7ea330eb9.tar.gz |
Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.
Diffstat (limited to 'x11/driconf')
-rw-r--r-- | x11/driconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 0a6ce7e48d0..2184bedc046 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/11/14 21:55:58 hasso Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/19 03:39:57 hasso Exp $ # DISTNAME= driconf-0.9.1 @@ -21,7 +21,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} PYDISTUTILSPKG= yes REPLACE_PYTHON= *.py -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 24 25 SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop |