diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
commit | c59a3834c4bd220def36c5006080d4e0f57b83e0 (patch) | |
tree | d65d5bf921ef2499700b90c4dc6855a0137ddaf2 /textproc/latex2html | |
parent | 556296fe6692c3141d20c3bf87b479397ff4f4b0 (diff) | |
download | ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.tar.gz ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.zip |
Notes
Diffstat (limited to 'textproc/latex2html')
-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]* |