diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-02 16:23:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-02 16:23:30 +0000 |
commit | 98f401acd8d32859f3a579f7dca15f2a9c68c73c (patch) | |
tree | a6c5d9ab62e66784f5d61196ddbc9f41e8cc0c61 /graphics/dia/Makefile | |
parent | 8ac4a31b284a8328a4991a286ff6e2c268bfe02c (diff) | |
download | pkgsrc-98f401acd8d32859f3a579f7dca15f2a9c68c73c.tar.gz |
update to 0.95
changes:
-"mainpoint" system allows lines to always point towards the middle
-Python plug-ins added
-automatically change grid size depending on zoom level
-Text input now highlights the object
-security problems fixed in XFig import and Python plug-in
-new shapes added
-new UML objects added
-Full screen mode
-Improved SVG import
-Plug-in loading and unloading doesn't require restart
-i18n problems fixed
-bugs have been fixed
-Command line usage has improved
-ses the new GTK+ File Dialog
pkgsrc change:
-precompile Python files
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 7af463661bb..9036564dfce 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.43 2006/04/17 14:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2006/05/02 16:23:30 drochner Exp $ # .include "Makefile.common" -PKGREVISION= 7 - USE_DIRS+= xdg-1.1 .include "options.mk" +# just to convert the manpage +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl + .include "../../mk/bsd.pkg.mk" |