diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-15 23:06:02 +0000 |
commit | 076eac50766420179dd43426f3e3171f33cd8e3f (patch) | |
tree | c7e9bf60d6a338e40f3bb098b71f0c657b7dc799 /x11/qwt | |
parent | 6ebc550cc070a14a0857f862f1879fa5bfbf7c7b (diff) | |
download | pkgsrc-076eac50766420179dd43426f3e3171f33cd8e3f.tar.gz |
Whitespace. (as whined about by pkglint)
Diffstat (limited to 'x11/qwt')
-rw-r--r-- | x11/qwt/files/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qwt/files/Makefile.common b/x11/qwt/files/Makefile.common index d0bf172edbf..8f85badb057 100644 --- a/x11/qwt/files/Makefile.common +++ b/x11/qwt/files/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2000/03/28 00:09:23 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.4 2012/06/15 23:06:04 dholland Exp $ # # Paths for Qt headers and library # @@ -19,7 +19,7 @@ QWTLIB = $(QWTDIR)/lib # Library Names # LIBSTATIC = libqwt.a -LIBSHARED = libqwt.so +LIBSHARED = libqwt.so LIBSHARED_0 = libqwt.so.0 LIBSHARED_1 = libqwt.so.0.2 |