diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
commit | 900a91854c6246bb6b9d9ab2714409df2ef0f1b4 (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /x11/driconf | |
parent | 4a70fccab0f6601a54e701a9be6625d754e7f556 (diff) | |
download | pkgsrc-900a91854c6246bb6b9d9ab2714409df2ef0f1b4.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'x11/driconf')
-rw-r--r-- | x11/driconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 2184bedc046..f4520b40da1 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2008/11/19 03:39:57 hasso Exp $ +# $NetBSD: Makefile,v 1.6 2009/02/09 22:56:28 joerg Exp $ # DISTNAME= driconf-0.9.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -21,7 +22,7 @@ USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} PYDISTUTILSPKG= yes REPLACE_PYTHON= *.py -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop |