diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-20 15:10:42 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-20 15:10:42 +0000 |
commit | 3b009a9754c3e11de987534844b3afb302890560 (patch) | |
tree | 432873d49fd47386423d906debff538e4b24a0e1 | |
parent | a74fa10ae386027fb985d94b315856fdab635ce5 (diff) | |
download | FreeBSD-ports-3b009a9754c3e11de987534844b3afb302890560.zip FreeBSD-ports-3b009a9754c3e11de987534844b3afb302890560.tar.gz |
unbreak by fix dependencies
PR: 38344
Submitted by: maintainer
-rw-r--r-- | lang/jython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/jython/Makefile b/lang/jython/Makefile index a24239b..a5b05f7 100644 --- a/lang/jython/Makefile +++ b/lang/jython/Makefile @@ -16,9 +16,7 @@ EXTRACT_ONLY= # none MAINTAINER= perky@fallin.lv -BROKEN= "Does not build" - -USE_JAVA= 1.1+ +USE_JAVA= 1.3+ NO_BUILD= yes INST_PACKAGES?= demo lib source |