diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-27 23:21:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-27 23:21:17 +0000 |
commit | 788b6c355d57c9eb86c77a5491a1271f397cc7ab (patch) | |
tree | 2d75b610f2e19b3e42c7ad5af467ebf9e3fbfff9 /misc/xchm/Makefile | |
parent | 99bbf9490e3f9c5a30cef96138e4e2fca20adf0a (diff) | |
download | pkgsrc-788b6c355d57c9eb86c77a5491a1271f397cc7ab.tar.gz |
Update xchm to 1.3.
Changes:
+ added Czech translation.
+ added Slovak translation.
+ updated Russian translation.
+ updated French translation.
+ removed useless mouse scroll patch for Mac OS X.
+ fixed the About dialog on Mac OS X.
+ fixed the HTML link to Pabs' chmspec page.
+ now allowing the 'back' button to get to the welcome page.
+ the code compiles on Win32 with MinGW without patches
+ added Win32 resource and icon files
+ applied GCC 4.1 related patch
Diffstat (limited to 'misc/xchm/Makefile')
-rw-r--r-- | misc/xchm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 46f18ff442f..742537b7ae7 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2006/01/24 07:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/27 23:21:17 minskim Exp $ # -DISTNAME= xchm-1.2 -PKGREVISION= 1 +DISTNAME= xchm-1.3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} |