diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
commit | 52a16208eaba05e0c1cb0d95be24e44e71706dd2 (patch) | |
tree | 5a7ea66d25b9bb72643f4945eee29bb8e70f7bd5 /textproc/hs-lhs2tex | |
parent | 8d576420f06c4fab68fe0ebef32941d23d62e84d (diff) |
Notes
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 |