diff options
author | abs <abs> | 2004-02-04 22:23:46 +0000 |
---|---|---|
committer | abs <abs> | 2004-02-04 22:23:46 +0000 |
commit | 267da432a6b0b48d87bcf95ce14af8e8cd6c8430 (patch) | |
tree | ea6c10500e6f3ead03eaaa7f2cb515f0210bfeb6 /lang/jikes | |
parent | ec537275dc0f36fbc4ac5b0747d85045f1866252 (diff) | |
download | pkgsrc-267da432a6b0b48d87bcf95ce14af8e8cd6c8430.tar.gz |
+ USE_LANGUAGES=c c++
Diffstat (limited to 'lang/jikes')
-rw-r--r-- | lang/jikes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index c7370ba9142..e66ade74d23 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/24 13:51:14 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/02/04 22:23:47 abs Exp $ # DISTNAME= jikes-1.18 @@ -14,6 +14,7 @@ ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* SunOS-*-* Linux-*-* USE_BUILDLINK2= yes GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_GCC_SHLIB= yes UNLIMIT_RESOURCES= datasize |