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 /net/gift | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/gift')
-rw-r--r-- | net/gift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gift/Makefile b/net/gift/Makefile index cd02e46cd36..4c3273a9a98 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/23 22:14:26 tv Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:53 wiz Exp $ # DISTNAME= gift-0.11.8.1 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes PTHREAD_AUTO_VARS= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/lib/libgift.pc.in +PKGCONFIG_OVERRIDE+= ${WRKSRC}/lib/libgift.pc.in .include "../../devel/libltdl/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" |