diff options
author | markd <markd@pkgsrc.org> | 2006-10-19 10:25:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-19 10:25:17 +0000 |
commit | 98639647ef513bb35808be8f0c4e085e1547cea8 (patch) | |
tree | 6f6af36c3d01d4f358d6e4dbffc6bc273f2e770a /time/sunbird/Makefile | |
parent | 96116728fc495a8bed1d60e34d3344c282f172f5 (diff) | |
download | pkgsrc-98639647ef513bb35808be8f0c4e085e1547cea8.tar.gz |
Fix crash after printing caused by trying to destroy the same charset
structure multiple times. Bump PKGREVISION.
Diffstat (limited to 'time/sunbird/Makefile')
-rw-r--r-- | time/sunbird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/sunbird/Makefile b/time/sunbird/Makefile index 428caa44698..f3769b75790 100644 --- a/time/sunbird/Makefile +++ b/time/sunbird/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/06 09:20:45 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2006/10/19 10:27:06 markd Exp $ MOZILLA= sunbird +PKGREVISION= 1 COMMENT= Mozilla stand-alone calendar application |