diff options
Diffstat (limited to 'lang/hope/Makefile')
-rw-r--r-- | lang/hope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hope/Makefile b/lang/hope/Makefile index 8074f8890b57..34169eb839f0 100644 --- a/lang/hope/Makefile +++ b/lang/hope/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS DOCS_USE= TEX=latex:build -DOCS_BUILD_DEPENDS= latex2html:${PORTSDIR}/textproc/latex2html +DOCS_BUILD_DEPENDS= latex2html:textproc/latex2html DOCS_MAKE_ARGS= WITH_DOCS=yes .include <bsd.port.mk> |