summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2008-04-30 12:20:09 +0000
committerxtraeme <xtraeme>2008-04-30 12:20:09 +0000
commitcef518c3822f9d4dd2b43e2e0b8dcd3c091e5a0f (patch)
treec102e65a5e51045cfa93d03a37a4ed31c85419da /x11
parentdb8186fe17459a0647d927d5c9ab4d4d40f23d9e (diff)
downloadpkgsrc-cef518c3822f9d4dd2b43e2e0b8dcd3c091e5a0f.tar.gz
Add the libXcomposite buildlink when using the 'composite' option,
otherwise kompmgr won't be built.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase3/options.mk b/x11/kdebase3/options.mk
index 3b9e552dc0e..cee30a68a5f 100644
--- a/x11/kdebase3/options.mk
+++ b/x11/kdebase3/options.mk
@@ -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 @@ PLIST_VARS+= composite
.if !empty(PKG_OPTIONS:Mcomposite)
CONFIGURE_ARGS+= --with-composite
PLIST.composite= yes
+.include "../../x11/libXcomposite/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-composite
.endif