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 /lang/jikes | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'lang/jikes')
-rw-r--r-- | lang/jikes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 69ebdfe932d..603939248c8 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:29:54 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/22 19:26:38 wiz Exp $ # DISTNAME= jikes-1.22 @@ -13,7 +13,7 @@ COMMENT= Java source to byte-code compiler GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -UNLIMIT_RESOURCES= datasize +UNLIMIT_RESOURCES= datasize # enable "-source 1.5" -- not complete, but does not break normal compiles CONFIGURE_ARGS+= --enable-source15 |