diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-05-23 01:50:30 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-05-23 01:50:30 +0000 |
commit | 42580c645e45d69e8b6bad8ac0c74c38f19df5b3 (patch) | |
tree | 825c71bf3894683c2cb7c52a71e5c09cd22591b9 /lang/jikes | |
parent | 6bff168050f12550ad5a0ed4956dada353e32e86 (diff) | |
download | pkgsrc-42580c645e45d69e8b6bad8ac0c74c38f19df5b3.tar.gz |
jikes works under Linux as well.
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 feb9446a415..0ede5428e5b 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/01/21 11:18:24 skrll Exp $ +# $NetBSD: Makefile,v 1.14 2003/05/23 01:50:30 jschauma Exp $ # DISTNAME= jikes-1.18 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www10.software.ibm.com/developerworks/opensource/jikes/ COMMENT= Java source to byte-code compiler -ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-* USE_BUILDLINK2= yes GNU_CONFIGURE= yes |