aboutsummaryrefslogtreecommitdiff
path: root/converters/wkhtmltopdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/wkhtmltopdf/Makefile')
-rw-r--r--converters/wkhtmltopdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index b59d4c15b19c..c01cd6ac5912 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wkhtmltopdf
DISTVERSION= 0.11.0_rc1
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:wkhtmltopdf \
${MASTER_SITE_LOCAL}
@@ -66,7 +67,7 @@ BROKEN= Does not link on powerpc
CONFIGURE_ARGS+= -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg
.else
LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
- png:${PORTSDIR}/graphics/png \
+ png15:${PORTSDIR}/graphics/png \
mng:${PORTSDIR}/graphics/libmng \
tiff:${PORTSDIR}/graphics/tiff
CONFIGURE_ARGS+= -system-libtiff -system-libpng -system-libmng \