diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/denature/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index e7533dcd764c..c09273537754 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Pa fop:${PORTSDIR}/textproc/fop USE_PERL5= yes -USE_JAVA= 1.2+ +USE_JAVA= yes +JAVA_VERSION= 1.2+ POD2MAN?= pod2man WRKSRC= ${WRKDIR}/${PORTNAME} |