summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 34fb6533617..d30795a731a 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/08/21 12:35:15 markd Exp $
+# $NetBSD: Makefile,v 1.57 2004/09/22 08:10:05 jlam Exp $
DISTNAME= kdebase-${_KDE_VERSION}
CATEGORIES= x11
@@ -58,18 +58,6 @@ CONFIGURE_ENV+= RUN_KAPPFINDER=no
PLIST_SRC+= ${PKGDIR}/PLIST
-.if ${OPSYS} == "NetBSD" && !exists(${X11BASE}/lib/libxkbfile.so)
-PLIST_SUBST+= KCMKEYBOARD="kcm_keyboard.a"
-.else
-PLIST_SUBST+= KCMKEYBOARD="kcm_keyboard.so"
-.endif
-
-.if ${OPSYS} == "NetBSD" && !exists(${X11BASE}/lib/libfontenc.so)
-PLIST_SUBST+= FONTENC_SUFFIX="a"
-.else
-PLIST_SUBST+= FONTENC_SUFFIX="so"
-.endif
-
.if exists(${X11BASE}/include/X11/extensions/Xrandr.h)
HAVE_RANDR!= ${GREP} XRRSetScreenConfigAndRateX ${X11BASE}/include/X11/extensions/Xrandr.h; ${ECHO}
.endif