diff options
Diffstat (limited to 'java/cacao')
-rw-r--r-- | java/cacao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile index 005ce77fc31a..076b5b9c41c5 100644 --- a/java/cacao/Makefile +++ b/java/cacao/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath USE_BZIP2= yes USE_AUTOTOOLS= libltdl USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.5+ GNU_CONFIGURE= yes MAN1= cacao.1 CONFIGURE_ARGS+= --with-classpath-prefix=${LOCALBASE} |