diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-11 10:00:15 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-11 10:00:15 +0000 |
commit | b501b2c29e4cfe1ac28eebe7da403660ad5348be (patch) | |
tree | 1b8786c6680880741fe87e56cddcde6391218c0f /lang/kaffe/Makefile | |
parent | ba1a357ec8f875a54f9238debd764d8686bbd7b7 (diff) | |
download | pkgsrc-b501b2c29e4cfe1ac28eebe7da403660ad5348be.tar.gz |
Update lang/kaffe to 1.1.6
This release contains many improvements, including the merge with gnu classpath
0.18
Also, patches from PR 30585 have been integrated upstream.
Thanks joerg for testing it under dragonfly
Diffstat (limited to 'lang/kaffe/Makefile')
-rw-r--r-- | lang/kaffe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index af3cf87389a..ce2bc3ca36e 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/09/06 19:11:24 tonio Exp $ +# $NetBSD: Makefile,v 1.64 2005/10/11 10:00:15 tonio Exp $ # .include "Makefile.common" @@ -13,6 +13,9 @@ CONF_FILES= ${JAVA_HOME}/jre/lib/security/java.security.default \ .include "../../mk/bsd.prefs.mk" +UNLIMIT_RESOURCES= datasize +LIBS= -lltdl + PRINT_PLIST_AWK+= /^java\/kaffe\/jre\/lib\/security\/java.security$$/ \ { next; } |