diff options
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index d7b623b2cd77..1b2af5f379c8 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -17,7 +17,7 @@ COMMENT= Convert LaTeX documents to HTML BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX-base \ ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= ja-latex2html-[0-9]* |