diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-17 18:39:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-17 18:39:34 +0000 |
commit | 0685b3e969da31b168fb72e209a44221f69dd984 (patch) | |
tree | b071cb41ba1a596b59d6d211e0b729242233a271 /textproc/htmltolatex | |
parent | e6f3e7cf4e211843b81a9f1d08a047e8274959e3 (diff) | |
download | ports-0685b3e969da31b168fb72e209a44221f69dd984.tar.gz ports-0685b3e969da31b168fb72e209a44221f69dd984.zip |
Notes
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index dfc31a337fbe..4588a10df471 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= pi@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter -LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick +LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick USES= bison gmake MAKEFILE= GNUmakefile |