From b82f8b01349c21fb57f7a7179e42eff4a52db241 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Mar 2012 12:34:12 +0000 Subject: 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. --- x11/liboldXrandr/builtin.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11/liboldXrandr') 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. 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 -- cgit v1.2.3