From 59c0b92f2cccf593fd629bcef015433918f93fbe Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 15 May 2004 12:49:25 +0000 Subject: Update to 3.2.10: Dasher 3.2.10 - "Automake will eat your soul" - Rerelease of 3.2.9 without a broken tarball (hopefully) Dasher 3.2.9 - Changed default compile options so accessibility, speech and gnome support are built by default. Use --with-gnome=false, --with-speech=false and --with-gnome=false to disable this - Fixed bugs related to control-mode crashing and colour selection not working - A couple of minor build-system cleanups --- editors/dasher/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'editors/dasher/Makefile') diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile index 97dba52c35d..3fc0a0619f2 100644 --- a/editors/dasher/Makefile +++ b/editors/dasher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/04/14 16:15:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/15 12:49:25 jmmv Exp $ # -DISTNAME= dasher-3.2.8 +DISTNAME= dasher-3.2.10 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/} EXTRACT_SUFX= .tar.bz2 @@ -15,13 +15,22 @@ USE_BUILDLINK3= yes USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes +USE_X11= yes +.include "../../audio/gnome-speech/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/at-spi/buildlink3.mk" .include "../../devel/GConf2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libbonobo/buildlink3.mk" +.include "../../devel/libbonoboui/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../net/ORBit2/buildlink3.mk" +.include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" -- cgit v1.2.3