pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups Add dbus to suggested option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42f8c62d23b9
branches:  trunk
changeset: 575768:42f8c62d23b9
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Fri May 21 00:45:14 2010 +0000

description:
Add dbus to suggested option.

diffstat:

 print/cups/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ec782c87c1f8 -r 42f8c62d23b9 print/cups/options.mk
--- a/print/cups/options.mk     Thu May 20 23:31:22 2010 +0000
+++ b/print/cups/options.mk     Fri May 21 00:45:14 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2010/05/20 09:38:34 sbd Exp $
+# $NetBSD: options.mk,v 1.7 2010/05/21 00:45:14 sbd Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cups
 PKG_OPTIONS_REQUIRED_GROUPS=   pdftops
 PKG_OPTIONS_GROUP.pdftops=     ghostscript poppler
 PKG_SUPPORTED_OPTIONS= dbus dnssd kerberos pam slp threads
-PKG_SUGGESTED_OPTIONS= dnssd kerberos poppler slp
+PKG_SUGGESTED_OPTIONS= dbus dnssd kerberos poppler slp
 PKG_OPTIONS_LEGACY_OPTS+=      xpdf:poppler gs:ghostscript
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index