diff options
author | seb <seb@pkgsrc.org> | 2004-10-15 13:56:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-10-15 13:56:27 +0000 |
commit | 87fdae91f597c01359e0fdd1e19e8269a35607a2 (patch) | |
tree | 275fdd08abc7bd24f39eeddb4f3533cff9354fec /x11 | |
parent | c85395af1fd04d51d0298cdf35b918f098fc3d5a (diff) | |
download | pkgsrc-87fdae91f597c01359e0fdd1e19e8269a35607a2.tar.gz |
Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to
'@comment '
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
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 |