diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-14 21:55:58 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-14 21:55:58 +0000 |
commit | 8097a47107d65ae0971f37ee209a571051601120 (patch) | |
tree | 84078f3795e7d74abc49cf1845ae8f145835af4f /x11/driconf | |
parent | 48fccdbc340b4403b1f3d0c4c5ab74fbed7b0e48 (diff) | |
download | pkgsrc-8097a47107d65ae0971f37ee209a571051601120.tar.gz |
x11/py-gtk2 from which driconf depends on supports only python25.
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 a43d200768b..0a6ce7e48d0 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/21 06:40:59 bjs Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/14 21:55:58 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_INCOMPATIBLE= 15 21 +PYTHON_VERSIONS_ACCEPTED= 25 SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop |