diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-22 06:30:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-22 06:30:30 +0000 |
commit | ffbb4c6340911c4f8e3709bc5a632366b94ab035 (patch) | |
tree | 01ebc31609a3f6f74d9347d4567cc7303fac41cc /textproc | |
parent | 7dc944934259525a3c0582f3d6ef2d31aeaad9bb (diff) | |
download | ports-ffbb4c6340911c4f8e3709bc5a632366b94ab035.tar.gz ports-ffbb4c6340911c4f8e3709bc5a632366b94ab035.zip |
Notes
Diffstat (limited to 'textproc')
-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 f49709553a85..70823f5e2168 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -12,7 +12,7 @@ COMMENT= Preprocessor for typesetting Haskell sources with LaTeX LICENSE= GPLv2 USE_CABAL= mtl regex-compat -USE_TEX= latex +USE_TEX= latex dvipsk STANDALONE= yes EXECUTABLE= lhs2TeX |