diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-24 23:45:52 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-24 23:45:52 +0000 |
commit | e8c9c74dafd789215c985db5ab7843c7ea7647c0 (patch) | |
tree | 189bf1791c05b7599de0662349ce2817b2503994 /converters/wkhtmltopdf | |
parent | c5bded855ea77322a023182602b85752413b72a2 (diff) | |
download | ports-e8c9c74dafd789215c985db5ab7843c7ea7647c0.tar.gz ports-e8c9c74dafd789215c985db5ab7843c7ea7647c0.zip |
Notes
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index e02b894a4195..d04d935187c0 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -17,11 +17,7 @@ DISTFILES= ${DISTNAME}.tar.bz2:wkhtmltopdf \ MAINTAINER= mm@FreeBSD.org COMMENT= Convert HTML (or live webpages) to PDF or image files LIB_DEPENDS+= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ - mng:${PORTSDIR}/graphics/libmng \ - tiff:${PORTSDIR}/graphics/tiff + freetype:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/qt-${PORTNAME}-qt INSTALL_WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} |