pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/jikes bl3ify and remove ONLY_FOR_PLATFORM, becaus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/638cbe8af820
branches:  trunk
changeset: 469409:638cbe8af820
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 23 01:09:14 2004 +0000

description:
bl3ify and remove ONLY_FOR_PLATFORM, because it works on *BSD, Linux and
SunOS. Dunno about IRIX, this closes PR pkg/24519.

diffstat:

 lang/jikes/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 9772b5ba1688 -r 638cbe8af820 lang/jikes/Makefile
--- a/lang/jikes/Makefile       Mon Feb 23 01:05:34 2004 +0000
+++ b/lang/jikes/Makefile       Mon Feb 23 01:09:14 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index