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 | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /x11/Xfixes | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/Xfixes')
-rw-r--r-- | x11/Xfixes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index d298feeaef0..256828d46e6 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/31 21:29:16 reed Exp $ +# $NetBSD: Makefile,v 1.23 2007/02/22 19:27:25 wiz Exp $ # DISTNAME= libXfixes-2.0.1 @@ -20,7 +20,7 @@ USE_TOOLS+= pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE+= xfixes.pc.in +PKGCONFIG_OVERRIDE+= xfixes.pc.in .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == "Darwin") |