diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-11-26 21:46:12 +0000 |
commit | 5a52a082347653e46a7330eb60d51230c01183ef (patch) | |
tree | 175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /java/mx4j | |
parent | bb21effd9b960e4613fbf599abcde1f3e655d817 (diff) | |
download | ports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz ports-5a52a082347653e46a7330eb60d51230c01183ef.zip |
Notes
Diffstat (limited to 'java/mx4j')
-rw-r--r-- | java/mx4j/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/mx4j/Makefile b/java/mx4j/Makefile index 392a6865759d..eb68abf20005 100644 --- a/java/mx4j/Makefile +++ b/java/mx4j/Makefile @@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open Source implementation of the Java Management Extensions (JMX) USE_JAVA= yes -JAVA_VERSION= 1.6+ NO_BUILD= yes JARFILES= mx4j-examples.jar mx4j-impl.jar mx4j-jmx.jar \ |