pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gramps3 make the options non-default - encha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd7f1d3675d2
branches:  trunk
changeset: 565049:fd7f1d3675d2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Sep 14 10:35:18 2009 +0000

description:
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:

 databases/gramps3/options.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7dd9a9e0ccbc -r fd7f1d3675d2 databases/gramps3/options.mk
--- a/databases/gramps3/options.mk      Mon Sep 14 10:07:03 2009 +0000
+++ b/databases/gramps3/options.mk      Mon Sep 14 10:35:18 2009 +0000
@@ -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 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mgraphviz)
-.include "../../graphics/graphviz/buildlink3.mk"
+DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
 .endif



Home | Main Index | Thread Index | Old Index