Date: Wed, 24 Dec 2014 01:30:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375382 - head/graphics/inkscape Message-ID: <201412240130.sBO1UnQU084637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Dec 24 01:30:48 2014 New Revision: 375382 URL: https://svnweb.freebsd.org/changeset/ports/375382 QAT: https://qat.redports.org/buildarchive/r375382/ Log: Properly support png15 Modified: head/graphics/inkscape/Makefile Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Wed Dec 24 01:28:15 2014 (r375381) +++ head/graphics/inkscape/Makefile Wed Dec 24 01:30:48 2014 (r375382) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve 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= .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' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412240130.sBO1UnQU084637>