pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Add the libXcomposite buildlink when usin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b0c8c78c267
branches:  trunk
changeset: 542044:9b0c8c78c267
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Apr 30 12:20:09 2008 +0000

description:
Add the libXcomposite buildlink when using the 'composite' option,
otherwise kompmgr won't be built.

diffstat:

 x11/kdebase3/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2fbb395e6d7d -r 9b0c8c78c267 x11/kdebase3/options.mk
--- a/x11/kdebase3/options.mk   Wed Apr 30 11:43:59 2008 +0000
+++ b/x11/kdebase3/options.mk   Wed Apr 30 12:20:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/04/12 22:43:14 jlam Exp $
+# $NetBSD: options.mk,v 1.5 2008/04/30 12:20:09 xtraeme Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kdebase
 PKG_SUPPORTED_OPTIONS= inet6 sasl samba debug pam composite
@@ -10,6 +10,7 @@
 .if !empty(PKG_OPTIONS:Mcomposite)
 CONFIGURE_ARGS+=       --with-composite
 PLIST.composite=       yes
+.include "../../x11/libXcomposite/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-composite
 .endif



Home | Main Index | Thread Index | Old Index