summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorseb <seb>2004-10-15 13:56:27 +0000
committerseb <seb>2004-10-15 13:56:27 +0000
commit8ab45ed9aa819d3ffccff2839db129adfbb034ce (patch)
tree275fdd08abc7bd24f39eeddb4f3533cff9354fec /x11/kdebase3
parenta0b395a765a86ac3231034c4ffb98c02143101c1 (diff)
downloadpkgsrc-8ab45ed9aa819d3ffccff2839db129adfbb034ce.tar.gz
Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to
'@comment '
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index afe42001cfc..39fb1dba116 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2004/10/13 11:54:11 markd Exp $
+# $NetBSD: Makefile,v 1.60 2004/10/15 13:56:27 seb Exp $
DISTNAME= kdebase-${_KDE_VERSION}
CATEGORIES= x11
@@ -81,6 +81,8 @@ PLIST_SUBST+= HAVE_XCURSOR="@comment "
.include "../../net/samba/buildlink3.mk"
LIBS+= -L${BUILDLINK_PREFIX.samba}/lib/samba -Wl,-R${BUILDLINK_PREFIX.samba}/lib/samba
PLIST_SUBST+= HAVE_SMB=""
+.else
+PLIST_SUBST+= HAVE_SMB="@comment "
.endif
ICONDIR= share/kde/icons