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/openoffice2 | |
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/openoffice2')
-rw-r--r-- | misc/openoffice2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index c7856d842c2..e06fc7763e4 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.63 2009/02/08 15:27:35 hira Exp $ +# $NetBSD: Makefile,v 1.64 2009/02/09 22:56:25 joerg Exp $ # OO_VER= 2.4.2 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice2-${OO_VER} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} |