summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authormarkd <markd>2005-03-26 15:30:46 +0000
committermarkd <markd>2005-03-26 15:30:46 +0000
commitf9c7f2516e6516f5675e264906930bb0f52a032b (patch)
treea9ca98c30303d3e943825f3dace4932d4840a745 /x11/kdebase3
parent4984ce38869d4b88b7df5bdb0600f72e11f5581c (diff)
downloadpkgsrc-f9c7f2516e6516f5675e264906930bb0f52a032b.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"