diff options
author | xtraeme <xtraeme> | 2004-02-23 01:09:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-23 01:09:14 +0000 |
commit | 3df410c3a47f904eec2287984dc3155878adbdd0 (patch) | |
tree | 21445972c158b868a9f253fefe3522bb2d348546 /lang | |
parent | 16d61659dfd59ed8f1903a02b60fcc3ec73ca943 (diff) | |
download | pkgsrc-3df410c3a47f904eec2287984dc3155878adbdd0.tar.gz |
bl3ify and remove ONLY_FOR_PLATFORM, because it works on *BSD, Linux and
SunOS. Dunno about IRIX, this closes PR pkg/24519.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jikes/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index e66ade74d23..bef7a953c4b 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/02/04 22:23:47 abs Exp $ +# $NetBSD: Makefile,v 1.22 2004/02/23 01:09:14 xtraeme Exp $ # DISTNAME= jikes-1.18 @@ -10,9 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www10.software.ibm.com/developerworks/opensource/jikes/ COMMENT= Java source to byte-code compiler -ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* SunOS-*-* Linux-*-* - -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_GCC_SHLIB= yes |