diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-20 15:10:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-20 15:10:42 +0000 |
commit | 748524212d90df38b47f1d396897f8acf410493d (patch) | |
tree | 1b882afe9f45bd19401063c3d9ace7938ab42035 /lang/jython | |
parent | Patch configure instead of configure.in & aclocal.m4. Drop USE_AUTOCONF, (diff) |
unbreak by fix dependencies
PR: 38344
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=59534
Diffstat (limited to 'lang/jython')
-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 a24239ba24c5..a5b05f7e8f53 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 |