diff options
author | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
commit | f924822c130c51be136909680525539e680962b9 (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /time/hamster-applet | |
parent | 124ec3c6a06916c1d94bcc43b55da9242d82db45 (diff) | |
download | pkgsrc-f924822c130c51be136909680525539e680962b9.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'time/hamster-applet')
-rw-r--r-- | time/hamster-applet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index a19dec65ee9..324bf31ab89 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2009/01/16 14:38:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/02/09 22:56:27 joerg Exp $ # DISTNAME= hamster-applet-2.24.3 +PKGREVISION= 1 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_GNOME:=sources/hamster-applet/2.24/} |