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 /textproc/opensp | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'textproc/opensp')
-rw-r--r-- | textproc/opensp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 190e12284fc..392301b1a2e 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/06/26 19:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2007/02/22 19:27:15 wiz Exp $ # DISTNAME= OpenSP-1.5.2 @@ -12,7 +12,7 @@ COMMENT= SGML parser, successor to "sp" BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto -CONFLICTS+= sp-[0-9]* +CONFLICTS+= sp-[0-9]* USE_TOOLS+= gmake msgfmt perl USE_LANGUAGES= c c++ |