summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2006-06-13 21:29:04 +0000
committersalo <salo>2006-06-13 21:29:04 +0000
commit5f638a1d6d57971476c78d3a8d19836aacec93f9 (patch)
treeff7110a3e3d80e09d6b96a6c9edc96037919df74 /graphics/dia/Makefile
parentdf924de25eff52373892e9059e4606c4d3be489c (diff)
downloadpkgsrc-5f638a1d6d57971476c78d3a8d19836aacec93f9.tar.gz
Pullup ticket 1696 - requested by drochner
security update for dia Revisions pulled up: - pkgsrc/graphics/dia/Makefile 1.44 - pkgsrc/graphics/dia/Makefile.common 1.10, 1.11, 1.12 - pkgsrc/graphics/dia/PLIST 1.12, 1.13 - pkgsrc/graphics/dia/distinfo 1.16, 1.17, 1.18 - pkgsrc/graphics/dia/options.mk 1.4 - pkgsrc/graphics/dia/patches/patch-ab removed - pkgsrc/graphics/dia/patches/patch-ac removed - pkgsrc/graphics/dia/patches/patch-ad removed - pkgsrc/graphics/dia/patches/patch-ca 1.1 - pkgsrc/graphics/dia/patches/patch-cb 1.1 - pkgsrc/graphics/dia/patches/patch-cc 1.1 - pkgsrc/graphics/dia-python/Makefile 1.8 - pkgsrc/graphics/dia-python/PLIST 1.2 Module Name: pkgsrc Committed By: drochner Date: Tue May 2 16:23:30 UTC 2006 Modified Files: pkgsrc/graphics/dia: Makefile Makefile.common PLIST distinfo pkgsrc/graphics/dia-python: Makefile PLIST Removed Files: pkgsrc/graphics/dia/patches: patch-ab patch-ac patch-ad Log Message: 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 --- Module Name: pkgsrc Committed By: abs Date: Tue May 16 21:15:23 UTC 2006 Modified Files: pkgsrc/graphics/dia: Makefile.common Log Message: USE_LANGUAGES+=c++ --- Module Name: pkgsrc Committed By: drochner Date: Wed May 31 17:50:12 UTC 2006 Modified Files: pkgsrc/graphics/dia: Makefile.common distinfo Log Message: update to 0.95.1 changes: 3 minor bugfixes --- Module Name: pkgsrc Committed By: drochner Date: Sun Jun 11 16:55:35 UTC 2006 Modified Files: pkgsrc/graphics/dia: PLIST distinfo options.mk Added Files: pkgsrc/graphics/dia/patches: patch-ca patch-cb patch-cc Log Message: fix help file installation in the !gnome case, problem found by Lubomir Sedlacik (no PKGREVISION bump because the default case is not affected) Help display seems fundamentally broken to me in the !gnome case; the code looks for an "index.html" which is not installed (and which no make rule is present for).
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r--graphics/dia/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index a84f8dafcef..01ee360bc01 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.41.2.1 2006/04/06 00:37:03 snj Exp $
+# $NetBSD: Makefile,v 1.41.2.2 2006/06/13 21:29:04 salo Exp $
#
.include "Makefile.common"
-PKGREVISION= 6
-
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"