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 /math | |
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 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index e5ea8a7338d..de1a5b5281f 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.133 2009/01/20 20:43:09 drochner Exp $ +# $NetBSD: Makefile,v 1.134 2009/02/09 22:56:25 joerg Exp $ # DISTNAME= gnumeric-1.8.4 +PKGREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.8/} EXTRACT_SUFX= .tar.bz2 |