From acd67d28880e638b6225fb1a9bfbbbfb8a8d1ca5 Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 15 Oct 2004 13:56:27 +0000 Subject: Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to '@comment ' --- x11/kdebase3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11') 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 -- cgit v1.2.3