diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-13 23:02:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-13 23:02:28 +0000 |
commit | d531bc0a77f687b1765e1f327e3cff278391ee57 (patch) | |
tree | ae468ffb55c1e80fc9112c8a81e38786f8dfc7a1 /lang/jikes | |
parent | e03a680a3537b62abf8f6cd21e28c9f53f7541a6 (diff) | |
download | pkgsrc-d531bc0a77f687b1765e1f327e3cff278391ee57.tar.gz |
Added FreeBSD to ONLY_FOR_PLATFORM, this works perfectly...
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 eadc8af0f81..1e06aa87809 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/08/23 15:14:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/13 23:02:28 xtraeme Exp $ # DISTNAME= jikes-1.18 @@ -10,7 +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= NetBSD-*-* SunOS-*-* Linux-*-* +ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* SunOS-*-* Linux-*-* USE_BUILDLINK2= yes GNU_CONFIGURE= yes |