diff options
Diffstat (limited to 'lang/hope')
-rw-r--r-- | lang/hope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/hope/Makefile b/lang/hope/Makefile index d909f235486d..a4f6bd4e9e36 100644 --- a/lang/hope/Makefile +++ b/lang/hope/Makefile @@ -15,8 +15,8 @@ MAINTAINER= lev@FreeBSD.org COMMENT= Hope is lazy interpreter for HOPE applicative language .if defined(WITH_DOCS) -BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \ - latex2html:${PORTSDIR}/textproc/latex2html +USE_TEX= tetex +BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html MAKE_ARGS+= WITH_DOCS=yes .else NOPORTDOCS= yes |