summaryrefslogtreecommitdiff
path: root/x11/fixesext
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-08 04:44:52 +0000
committerxtraeme <xtraeme>2004-10-08 04:44:52 +0000
commitccc976bceac15c6460d1be52af63a0ed9ac05578 (patch)
tree1703658cabba466afeac5bdc53aadd55c760f607 /x11/fixesext
parentd29b42c7ce6976c9aad3a155582074e5311a16fd (diff)
downloadpkgsrc-ccc976bceac15c6460d1be52af63a0ed9ac05578.tar.gz
Check for the .pc files presence...
Diffstat (limited to 'x11/fixesext')
-rw-r--r--x11/fixesext/builtin.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/fixesext/builtin.mk b/x11/fixesext/builtin.mk
index 0058eef87c3..3796674ce56 100644
--- a/x11/fixesext/builtin.mk
+++ b/x11/fixesext/builtin.mk
@@ -1,11 +1,13 @@
-# $NetBSD: builtin.mk,v 1.1 2004/09/21 17:43:42 xtraeme Exp $
+# $NetBSD: builtin.mk,v 1.2 2004/10/08 04:44:52 xtraeme Exp $
_H_XFIXESPROTO= ${X11BASE}/include/X11/extensions/xfixesproto.h
_H_XFIXESWIRE= ${X11BASE}/include/X11/extensions/xfixeswire.h
+_FIXESEXT_PC= ${X11BASE}/lib/X11/pkgconfig/fixesext.pc
.if !defined(IS_BUILTIN.fixesext)
IS_BUILTIN.fixesext= no
-. if exists(${_H_XFIXESPROTO}) && exists(${_H_XFIXESWIRE})
+. if exists(${_H_XFIXESPROTO}) && exists(${_H_XFIXESWIRE}) && \
+ exists(${_FIXESEXT_PC})
IS_BUILTIN.fixesext= yes
. endif
.endif # IS_BUILTIN.fixesext