diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-04-05 22:36:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-04-05 22:36:45 +0000 |
commit | 6bdc042cb8d929512cda5e15c58a8b45333c2e95 (patch) | |
tree | 6d99c571a8e6f13d967c02f50e4c3e86e8ef7c36 /net/onion-fec | |
parent | b2c604be3e59a4b4ad63c9353abd0252edd2b4a5 (diff) |
Notes
Diffstat (limited to 'net/onion-fec')
-rw-r--r-- | net/onion-fec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/onion-fec/Makefile b/net/onion-fec/Makefile index 904834ef8b6e..98a4fa5335c6 100644 --- a/net/onion-fec/Makefile +++ b/net/onion-fec/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= \ USE_ZIP= yes USE_ANT= yes JAVA_BUILD= jdk -USE_JAVA= 1.4+ +USE_JAVA= yes +JAVA_VERSION= 1.4+ JAVA_OS= native ALL_TARGET= jars |