diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /x11/randrproto | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/randrproto')
-rw-r--r-- | x11/randrproto/builtin.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/randrproto/builtin.mk b/x11/randrproto/builtin.mk index 8616e4db31f..94fa8856656 100644 --- a/x11/randrproto/builtin.mk +++ b/x11/randrproto/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.3 2006/12/16 01:04:43 joerg Exp $ +# $NetBSD: builtin.mk,v 1.4 2007/02/22 19:27:27 wiz Exp $ # TODO: builtin.mk failed to use native on XFree86 # the two headers are identical with native XFree86 @@ -22,12 +22,12 @@ IS_BUILTIN.randrproto= no # Here, we skip checking whether the files are under ${LOCALBASE} since # we'll consider this X11 package to be built-in even if it's a part # of one of the pkgsrc-installed X11 distributions. -# +# . if empty(H_RANDR:M__nonexistent__) IS_BUILTIN.randrproto= yes . endif .endif -MAKEVARS+= IS_BUILTIN.randrproto +MAKEVARS+= IS_BUILTIN.randrproto ### ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to |