summaryrefslogtreecommitdiff
path: root/databases/gramps3/options.mk
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-14 10:35:18 +0000
committerdrochner <drochner>2009-09-14 10:35:18 +0000
commite8754f734ad81af5b2038e83eb374684e5e11d0c (patch)
tree65ef8840c0b2be86ed153fd639f634231b47e5d1 /databases/gramps3/options.mk
parent3a81f2bca24ff141fe43968d0f579345191ce1ed (diff)
downloadpkgsrc-e8754f734ad81af5b2038e83eb374684e5e11d0c.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/gramps3/options.mk')
-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