diff options
author | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
commit | b6932ea7303405e3a5b45e27ba082c62a9e073da (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /misc/tellico | |
parent | 52283e06581242f39467518962bfaba295b2824e (diff) | |
download | pkgsrc-b6932ea7303405e3a5b45e27ba082c62a9e073da.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'misc/tellico')
-rw-r--r-- | misc/tellico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index af927ced729..a90e4c90aa3 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2008/10/16 21:22:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/02/09 22:56:25 joerg Exp $ # DISTNAME= tellico-1.3.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.periapsis.org/tellico/download/ |