diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 01:30:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 01:30:48 +0000 |
commit | 68ebee55b04244e815870bbf92ba49a0c5d54c50 (patch) | |
tree | 6e625a599aaac5c2da97c5a84230aebc963b7cec /graphics | |
parent | Properly support png15 (diff) |
Properly support png15
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 5 |
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' \ |