summaryrefslogtreecommitdiff
path: root/x11/Xfixes
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-19 12:34:12 +0000
committerjoerg <joerg>2012-03-19 12:34:12 +0000
commitad2bf164272bde84fc59271276f26d61b4d62e93 (patch)
treea3955afe4cc63c2b002bc7b453f7fdc618bce538 /x11/Xfixes
parent5f53554e3f26ee6c0c33e06243267f899af6e951 (diff)
downloadpkgsrc-ad2bf164272bde84fc59271276f26d61b4d62e93.tar.gz
Drop imake-check logic from X11 components' builtin.mk.
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
Diffstat (limited to 'x11/Xfixes')
-rw-r--r--x11/Xfixes/builtin.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/Xfixes/builtin.mk b/x11/Xfixes/builtin.mk
index 55ab4fde4dd..e9c55553962 100644
--- a/x11/Xfixes/builtin.mk
+++ b/x11/Xfixes/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.11 2008/10/05 21:36:32 cube Exp $
+# $NetBSD: builtin.mk,v 1.12 2012/03/19 12:34:21 joerg Exp $
BUILTIN_PKG:= Xfixes
@@ -12,11 +12,10 @@ BUILTIN_FIND_FILES.H_XFIXES= ${X11BASE}/include/X11/extensions/Xfixes.h
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
.if !defined(IS_BUILTIN.Xfixes)
-IS_BUILTIN.Xfixes= no
. if empty(H_XFIXES:M__nonexistent__)
-BUILTIN_IMAKE_CHECK:= Xfixes:BuildXfixesLibrary
-. include "../../mk/buildlink3/imake-check.mk"
-IS_BUILTIN.Xfixes= ${BUILTIN_IMAKE_CHECK.Xfixes}
+IS_BUILTIN.Xfixes= yes
+. else
+IS_BUILTIN.Xfixes= no
. endif
.endif
MAKEVARS+= IS_BUILTIN.Xfixes