diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-19 12:34:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-19 12:34:12 +0000 |
commit | 3fa6844b90128e447a14b987ba3a0092109b8aa3 (patch) | |
tree | a3955afe4cc63c2b002bc7b453f7fdc618bce538 /x11/Xrender | |
parent | 32c8d39ca597eba9cb78a81fb767883d72a98142 (diff) | |
download | pkgsrc-3fa6844b90128e447a14b987ba3a0092109b8aa3.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/Xrender')
-rw-r--r-- | x11/Xrender/builtin.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/Xrender/builtin.mk b/x11/Xrender/builtin.mk index 2b1caad1154..dfd8cfa25fb 100644 --- a/x11/Xrender/builtin.mk +++ b/x11/Xrender/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.19 2009/05/26 21:59:57 rillig Exp $ +# $NetBSD: builtin.mk,v 1.20 2012/03/19 12:34:21 joerg Exp $ BUILTIN_PKG:= Xrender @@ -12,11 +12,10 @@ BUILTIN_FIND_FILES.H_XRENDER= ${X11BASE}/include/X11/extensions/Xrender.h ### set IS_BUILTIN.<pkg> appropriately ("yes" or "no"). ### .if !defined(IS_BUILTIN.Xrender) -IS_BUILTIN.Xrender= no . if empty(H_XRENDER:M__nonexistent__) -BUILTIN_IMAKE_CHECK:= Xrender:BuildRenderLibrary -. include "../../mk/buildlink3/imake-check.mk" -IS_BUILTIN.Xrender= ${BUILTIN_IMAKE_CHECK.Xrender} +IS_BUILTIN.Xrender= yes +. else +IS_BUILTIN.Xrender= no . endif .endif MAKEVARS+= IS_BUILTIN.Xrender |