summaryrefslogtreecommitdiff
path: root/x11/kdebase3/options.mk
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-01-04 21:05:56 +0000
committermarkd <markd@pkgsrc.org>2008-01-04 21:05:56 +0000
commit6f33e60eef9b4c74eeca7a13e0bd88ada57cc2e6 (patch)
tree1578da9b89f3ba72d2e20dcd148517b0aecf2096 /x11/kdebase3/options.mk
parentd18c3703e9ccb491238468ae55385e328d66a878 (diff)
downloadpkgsrc-6f33e60eef9b4c74eeca7a13e0bd88ada57cc2e6.tar.gz
Various kdebase updates.
Option to build kompmgr - from Sergey Svishchev improved kdeeject script - from Sergey Svishchev ksysguard tidyup, improved handling of process list. infocenter tidyup Add NetBSD support to kicker/applets/naughty (finally fixing PR 25052) Bump PKGREVISION.
Diffstat (limited to 'x11/kdebase3/options.mk')
-rw-r--r--x11/kdebase3/options.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11/kdebase3/options.mk b/x11/kdebase3/options.mk
index 003ed8d42cb..102faa7875c 100644
--- a/x11/kdebase3/options.mk
+++ b/x11/kdebase3/options.mk
@@ -1,11 +1,19 @@
-# $NetBSD: options.mk,v 1.2 2007/10/31 11:56:44 markd Exp $
+# $NetBSD: options.mk,v 1.3 2008/01/04 21:05:56 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kdebase
-PKG_SUPPORTED_OPTIONS= inet6 sasl samba debug pam
+PKG_SUPPORTED_OPTIONS= inet6 sasl samba debug pam composite
PKG_SUGGESTED_OPTIONS= sasl
.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Mcomposite)
+CONFIGURE_ARGS+= --with-composite
+PLIST_SUBST+= HAVE_COMPOSITE=""
+.else
+CONFIGURE_ARGS+= --without-composite
+PLIST_SUBST+= HAVE_COMPOSITE="@comment "
+.endif
+
.if !empty(PKG_OPTIONS:Msamba)
.include "../../net/samba/buildlink3.mk"
LIBS+= -L${BUILDLINK_PREFIX.samba}/lib/samba ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.samba}/lib/samba