diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-09 10:22:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-09 10:22:04 +0000 |
commit | c44673bd85bdb3746a5660e3134e7393080f729a (patch) | |
tree | b574ba148dd5526cadeeeb927f5f789217a92e39 /graphics/dia/Makefile | |
parent | 8f5109c721a39eb31550bc1600ff802e837b550a (diff) | |
download | pkgsrc-c44673bd85bdb3746a5660e3134e7393080f729a.tar.gz |
update to 0.97
changes:
-High quality cross-platform print and pdf output by use of cairo
-Rotated text, but only with the new "Standard - Ouline" object
-Object properties dialog finally does handle multiple objects
-Improved text edit mode for consistent handling of the Delete key
-A new integrated user interface mode with diagrams in tabs
-Almost 200 bugs and feature requests resolved
pkgsrc note: the printing problem mentioned in TODO is resolved
(some outdated nonsense in options.mk disabled use of "cairo")
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 30366595453..d77c5fe8841 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2009/10/29 23:32:22 drochner Exp $ +# $NetBSD: Makefile,v 1.55 2009/12/09 10:22:04 drochner Exp $ # .include "Makefile.common" -PKGREVISION= 4 - .include "options.mk" # just to convert the manpage |