summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2001-08-26 01:27:14 +0000
committermjl <mjl>2001-08-26 01:27:14 +0000
commit7a938799b0375cedcab82f01bee84e3bd68ef1f8 (patch)
tree62cef7de96f8ffe44ee1e5a6b07fbd082c7f023a /graphics/dia/Makefile
parent7790169f4947338d4b1ef4e90ffeb7c3a543eec1 (diff)
downloadpkgsrc-7a938799b0375cedcab82f01bee84e3bd68ef1f8.tar.gz
Update to 0.88.1
* Input method support should work correctly now. * SVG shape files now use namespace from final W3C recommendation. Addon shapes will have to be modified to use the http://www.w3.org/2000/SVG namespace for SVG. SVG export filter also uses correct doctype. * menus should now work in both gtk+ and gnome builds and have no i18n related problems. Don't look in app/menus.c. * pstricks renderer output should now work fine without modification now. * gdk-pixbuf is now a requirement for building dia. It no longer falls back to imlib if it can't find gdk-pixbuf. * handle "file not found" errors better in the image object type. * Dia now has documentation thanks to the GDP. The help menu now has more than just an about menu item. * Antialiased drawing mode probably won't crash dia anymore * Dia has a splash screen now (which can be turned off with the --nosplash option). * Updated bonobo support (when --enable-bonobo is used) * added expose event compression for the dia canvas, which makes dia more usable over remote X connections. * Many objects updated to use properties interface. * experimental unicode print support (--enable-unicode) * updates to the python plugin and now distribute it with dia (--with-python) * many new shapes and export filter plugins. * other bug fixes.
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r--graphics/dia/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index f6b1e45d15b..9f878117fee 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/26 01:27:14 mjl Exp $
-DISTNAME= dia-0.86
+DISTNAME= dia-0.88.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/dia/}
@@ -9,16 +9,20 @@ HOMEPAGE= http://www.lysator.liu.se/~alla/dia/
COMMENT= program for creating diagrams of all kinds
DEPENDS+= gnome-libs>=1.2.3:../../x11/gnome-libs
-DEPENDS+= gnome-print>=0.20:../../print/gnome-print
DEPENDS+= libxml>=1.8.9:../../textproc/libxml
+DEPENDS+= gnome-print>=0.20:../../print/gnome-print
DEPENDS+= gdk-pixbuf>=0.8.0nb1:../../graphics/gdk-pixbuf
USE_X11= yes
USE_GMAKE= yes
USE_LIBTOOL= YES
+USE_BUILDLINK_ONLY= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gnome --enable-gnome-print
+.include "../../graphics/gdk-pixbuf/buildlink.mk"
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../textproc/libxml/buildlink.mk"
.include "../../mk/bsd.pkg.mk"