diff options
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index a97159fe880..63b0013cb07 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/01/02 09:12:38 skrll Exp $ +# $NetBSD: Makefile,v 1.19 2003/01/17 03:20:58 markd Exp $ DISTNAME= kdelibs-3.0.5a CATEGORIES= x11 @@ -46,6 +46,8 @@ PLIST_SUBST+= KDED_WORKAROUND="@comment " . else PLIST_SUBST+= KDED_WORKAROUND="" . endif +.else +PLIST_SUBST+= KDED_WORKAROUND="" .endif # We will create the complete icon directory tree for use by other KDE3 |