summaryrefslogtreecommitdiff
path: root/x11/liboldXrandr
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-19 12:34:12 +0000
committerjoerg <joerg>2012-03-19 12:34:12 +0000
commitb82f8b01349c21fb57f7a7179e42eff4a52db241 (patch)
treea3955afe4cc63c2b002bc7b453f7fdc618bce538 /x11/liboldXrandr
parentb6ec3adac0a2019f6e0d32020b77faf4fd78653e (diff)
downloadpkgsrc-b82f8b01349c21fb57f7a7179e42eff4a52db241.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/liboldXrandr')
-rw-r--r--x11/liboldXrandr/builtin.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/liboldXrandr/builtin.mk b/x11/liboldXrandr/builtin.mk
index 35b9042dd59..f21a49de725 100644
--- a/x11/liboldXrandr/builtin.mk
+++ b/x11/liboldXrandr/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2008/10/05 21:36:34 cube Exp $
+# $NetBSD: builtin.mk,v 1.3 2012/03/19 12:34:21 joerg Exp $
BUILTIN_PKG:= Xrandr
@@ -12,11 +12,10 @@ BUILTIN_FIND_FILES.H_XRANDR= ${X11BASE}/include/X11/extensions/Xrandr.h
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
.if !defined(IS_BUILTIN.Xrandr)
-IS_BUILTIN.Xrandr= no
. if empty(H_XRANDR:M__nonexistent__)
-BUILTIN_IMAKE_CHECK:= Xrandr:BuildRandRLibrary
-. include "../../mk/buildlink3/imake-check.mk"
-IS_BUILTIN.Xrandr= ${BUILTIN_IMAKE_CHECK.Xrandr}
+IS_BUILTIN.Xrandr= yes
+. else
+IS_BUILTIN.Xrandr= no
. endif
.endif
MAKEVARS+= IS_BUILTIN.Xrandr