summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-03-26 15:30:46 +0000
committermarkd <markd@pkgsrc.org>2005-03-26 15:30:46 +0000
commitf4e5b36fe33e372446c2e304a37c7a97e1f4d61f (patch)
treea9ca98c30303d3e943825f3dace4932d4840a745 /x11/kdebase3
parentfdb211b3ecaf15e8ad90c6304c1e478b8bbe2747 (diff)
downloadpkgsrc-f4e5b36fe33e372446c2e304a37c7a97e1f4d61f.tar.gz
On NetBSD 1.6.2 don't try and use utmpx and don't use the found
fontconfig-config (because configure doesn't then look for the pkg-config entry for the current pkgsrc fontconfig).
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index a2f87c55d91..2d0c53e6793 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2005/03/24 04:47:58 markd Exp $
+# $NetBSD: Makefile,v 1.71 2005/03/26 15:30:46 markd Exp $
DISTNAME= kdebase-${_KDE_VERSION}
CATEGORIES= x11
@@ -138,9 +138,15 @@ post-install:
${CP} -f ${WRKDIR}/kdmrc.ad kdmrc
.endif
+.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)
+CONFIGURE_ENV+= ac_cv_func_getutxent='no'
+CONFIGURE_ENV+= kde_cv_path_fontconfig_config='NONE'
+.endif
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../databases/openldap/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"