pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Fix PLIST when samba support is not compi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66d4d87bcd2
branches:  trunk
changeset: 481954:e66d4d87bcd2
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Oct 15 13:56:27 2004 +0000

description:
Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to
'@comment '

diffstat:

 x11/kdebase3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4b13985fe541 -r e66d4d87bcd2 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Fri Oct 15 13:42:51 2004 +0000
+++ b/x11/kdebase3/Makefile     Fri Oct 15 13:56:27 2004 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index