aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-24 09:30:48 +0800
committerantoine <antoine@FreeBSD.org>2014-12-24 09:30:48 +0800
commit1609f17687db151cacbc927c7deffb17079a2f6c (patch)
tree6e625a599aaac5c2da97c5a84230aebc963b7cec /graphics/inkscape
parent19945f8b2c75bedc68d6f1f48244f78d9a4ddc5b (diff)
downloadfreebsd-ports-gnome-1609f17687db151cacbc927c7deffb17079a2f6c.tar.gz
freebsd-ports-gnome-1609f17687db151cacbc927c7deffb17079a2f6c.tar.zst
freebsd-ports-gnome-1609f17687db151cacbc927c7deffb17079a2f6c.zip
Properly support png15
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 6000078da5c4..6904976af818 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
libgtkspell.so:${PORTSDIR}/textproc/gtkspell \
liblcms.so:${PORTSDIR}/graphics/lcms \
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL
@@ -55,8 +55,7 @@ CONFIGURE_ARGS+= --enable-poppler-cairo=no
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \
- -e 's|-ldl||g' \
+ @${REINPLACE_CMD} -e 's|-ldl||g' \
${WRKSRC}/configure
.if ! ${PORT_OPTIONS:MPOPPLER}
@${REINPLACE_CMD} -e 's|poppler|pdisable|g' \