summaryrefslogtreecommitdiff
path: root/databases/gramps3
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
commit4ce90355c24317d9bfb0279ff06617b214cfe6ef (patch)
tree65ef8840c0b2be86ed153fd639f634231b47e5d1 /databases/gramps3
parent0ad679a8903a0663e57941da7129308372dfb849 (diff)
downloadpkgsrc-4ce90355c24317d9bfb0279ff06617b214cfe6ef.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')
-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