summaryrefslogtreecommitdiff
path: root/x11/kdebase3/buildlink3.mk
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-03-24 04:47:58 +0000
committermarkd <markd@pkgsrc.org>2005-03-24 04:47:58 +0000
commit37203029f24ad43cb613dfee750f2f9a609aecac (patch)
tree135bdc240862637df27bcea1e261de979e6dbcf1 /x11/kdebase3/buildlink3.mk
parente016cae96074fc7bb26cd988bd549fe13f4f5b5a (diff)
downloadpkgsrc-37203029f24ad43cb613dfee750f2f9a609aecac.tar.gz
Add missing explicit dependency on cyrus-sasl2. Make it optional but
on by default. The default might be changed later if the common authentication cases are covered without it.
Diffstat (limited to 'x11/kdebase3/buildlink3.mk')
-rw-r--r--x11/kdebase3/buildlink3.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/kdebase3/buildlink3.mk b/x11/kdebase3/buildlink3.mk
index e8d5940d862..8423dfb3992 100644
--- a/x11/kdebase3/buildlink3.mk
+++ b/x11/kdebase3/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2005/03/23 21:44:37 markd Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2005/03/24 04:47:58 markd Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
KDEBASE_BUILDLINK3_MK:= ${KDEBASE_BUILDLINK3_MK}+
@@ -16,12 +16,20 @@ BUILDLINK_RECOMMENDED.kdebase?= kdebase>=3.4.0
BUILDLINK_PKGSRCDIR.kdebase?= ../../x11/kdebase3
.endif # KDEBASE_BUILDLINK3_MK
+PKG_OPTIONS.kdebase?= ${PKG_DEFAULT_OPTIONS}
+
BUILDLINK_DEPENDS.Xrandr+= Xrandr>=1.0
.include "../../databases/openldap/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
+.if !empty(PKG_OPTIONS.kdebase:Msamba)
+. include "../../net/samba/buildlink3.mk"
+.endif
+.if !empty(PKG_OPTIONS.kdebase:Msasl2)
+. include "../../security/cyrus-sasl2/buildlink3.mk"
+.endif
.include "../../x11/Xrandr/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/xcursor/buildlink3.mk"