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 /graphics/comix | |
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 'graphics/comix')
-rw-r--r-- | graphics/comix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 6fd4958abbd..ec19c03ebce 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2009/01/04 22:19:23 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/02/09 22:56:24 joerg Exp $ # DISTNAME= comix-4.0.2 +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/} |