summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-14 10:35:18 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-14 10:35:18 +0000
commit1fa3030d3b7cd32e8f97afb23ea6f5adf61b4be9 (patch)
tree65ef8840c0b2be86ed153fd639f634231b47e5d1 /databases
parentadb01d94563e1a1a7d1726f7dda2383d826ef976 (diff)
downloadpkgsrc-1fa3030d3b7cd32e8f97afb23ea6f5adf61b4be9.tar.gz
make the options non-default - enchant and graphviz cause heavy
dependencies, and all are only useful in special cases (and the additional pkgs can be installed later if wanted, no need to have them present at build time) ride on recent update
Diffstat (limited to 'databases')
-rw-r--r--databases/gramps3/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk
index ea44c15bb68..46a65a36e58 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2009/09/13 14:43:01 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2009/09/14 10:35:18 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3
PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
-PKG_SUGGESTED_OPTIONS= graphviz enchant freefont
.include "../../mk/bsd.options.mk"
@@ -16,5 +15,5 @@ DEPENDS+= freefont-ttf-[0-9]*:../../fonts/freefont-ttf
.endif
.if !empty(PKG_OPTIONS:Mgraphviz)
-.include "../../graphics/graphviz/buildlink3.mk"
+DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
.endif