aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-29 04:22:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-29 04:22:11 +0000
commita8dffc71e4ceba528d173a47b503db5ef3813e9e (patch)
treead28013f0b4409ab0965d1dbdb86d06b74d6fc50 /graphics/inkscape
parent639f9b5ea4a8b2e2b7ad2c54de99599676b8040e (diff)
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index ae493f088855..69fd9765b689 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -64,7 +64,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_document.cpp
post-patch:
@${REINPLACE_CMD} -e 's|ieefp.h|ieeefp.h|' \
${WRKSRC}/src/2geom/bezier-utils.cpp
- @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng12 >= 1.2|g' \
+ @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng14 >= 1.2|g' \
${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "*.h" -o -name "*.cpp" | ${XARGS} \
${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g'