diff options
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index aa2c686ef6f..f12f777fbc6 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/02/12 04:57:07 markd Exp $ +# $NetBSD: Makefile,v 1.41 2004/02/12 05:04:08 markd Exp $ DISTNAME= kdebase-3.2.0 CATEGORIES= x11 @@ -73,9 +73,9 @@ PLIST_SUBST+= KCMKEYBOARD="kcm_keyboard.so" .endif .if ${OPSYS} == "NetBSD" && !exists(${X11BASE}/lib/libfontenc.so) -PLIST_SUBST+= FONTENC_SUFFIX=".a" +PLIST_SUBST+= FONTENC_SUFFIX="a" .else -PLIST_SUBST+= FONTENC_SUFFIX=".so" +PLIST_SUBST+= FONTENC_SUFFIX="so" .endif .if exists(${X11BASE}/include/X11/extensions/Xrandr.h) |