summaryrefslogtreecommitdiff
path: root/editors/dasher/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-02-26 17:25:47 +0000
committerjmmv <jmmv@pkgsrc.org>2005-02-26 17:25:47 +0000
commit4aeed3455bd68fc445b3d21cd74bcac03ab5737d (patch)
treef043bc5f07b38cfaa1cd4d23222e9db29ddb32df /editors/dasher/Makefile
parent63506db6a71c72df65c0de2117bce5edb1d60ff2 (diff)
downloadpkgsrc-4aeed3455bd68fc445b3d21cd74bcac03ab5737d.tar.gz
Update to 3.2.13:
2005-01-30 Matthew Garrett <mjg59@srcf.ucam.org> * Make autogen.sh do the right thing * Add Bengali support (from sayamindu@gnome.org) * Add a couple of colons to remove gcc warnings (from sobhi@us.ibm.com) * Make sure non-void functions return something (from clahey@ximian.com) * Check in /usr/X11R6/lib64 for libXtst (from clahey@ximian.com) * Fix up string length checking - avoid crashes when "Speak on stop" switched on * Version 3.2.13 2005-01-25 Matthew Garrett <mjg59@srcf.ucam.org> * Fix a couple of crash bugs in the window-focus handling * Make window choice available on non-accessible builds 2005-01-12 Matthew Garrett <mjg59@srcf.ucam.org> * Make the build system work after autotools make my life miserable again. * Add support for focusing windows from within Dasher * Bump version to 3.2.12
Diffstat (limited to 'editors/dasher/Makefile')
-rw-r--r--editors/dasher/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index ada13c917fc..3f3db9fa674 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:38 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/02/26 17:25:47 jmmv Exp $
#
-DISTNAME= dasher-3.2.11
-PKGREVISION= 1
+DISTNAME= dasher-3.2.13
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/}
EXTRACT_SUFX= .tar.bz2
@@ -29,6 +28,7 @@ USE_X11= yes
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"