diff options
Diffstat (limited to 'textproc/hs-lhs2tex')
-rw-r--r-- | textproc/hs-lhs2tex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index e7e41e0dd0f9..2a0697e8b7a0 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -17,7 +17,7 @@ COMMENT= A preprocessor to generate LaTeX code from literate Haskell sources BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ mktexlsr:${PORTSDIR}/print/teTeX-base \ - hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc + hs-utf8-string>=0.3:${PORTSDIR}/devel/hs-utf8-string RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base |