pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Always support the x11 option, not only when ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/342d7eddf025
branches:  trunk
changeset: 522236:342d7eddf025
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 06 10:17:03 2006 +0000

description:
Always support the x11 option, not only when alternatives are available.
This way the test for the x11 option in buildlink3.mk has a chance
to succeed.

diffstat:

 x11/gtk2/options.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 9c0fae12a8cd -r 342d7eddf025 x11/gtk2/options.mk
--- a/x11/gtk2/options.mk       Wed Dec 06 08:52:31 2006 +0000
+++ b/x11/gtk2/options.mk       Wed Dec 06 10:17:03 2006 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2006/12/05 21:26:59 minskim Exp $
+# $NetBSD: options.mk,v 1.3 2006/12/06 10:17:03 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk2+
 PKG_SUPPORTED_OPTIONS= debug
+PKG_OPTIONS_REQUIRED_GROUPS=   gdk-target
+PKG_OPTIONS_GROUP.gdk-target=  x11
 .if exists(/System/Library/Frameworks/Quartz.framework)
-PKG_OPTIONS_REQUIRED_GROUPS=   gdk-target
-PKG_OPTIONS_GROUP.gdk-target=  quartz x11
+PKG_OPTIONS_GROUP.gdk-target+= quartz
+.endif
 PKG_SUGGESTED_OPTIONS=         x11
-.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index