aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-04-02 09:27:05 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-04-02 09:27:05 +0000
commitd4dc90dad1dce1adb2aea9038bef9905888b5ba6 (patch)
tree1c528603784473266e22ebce9f37eed14503479e /graphics
parentdabd8fe5493b2d50a5ab555c98305d73decf5a00 (diff)
downloadports-d4dc90dad1dce1adb2aea9038bef9905888b5ba6.tar.gz
ports-d4dc90dad1dce1adb2aea9038bef9905888b5ba6.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-focusblur-plugin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile
index a4ea08a49654..4fceee4a8406 100644
--- a/graphics/gimp-focusblur-plugin/Makefile
+++ b/graphics/gimp-focusblur-plugin/Makefile
@@ -44,5 +44,7 @@ PLIST_SUB+= NLS="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|glib/.*\.h|glib.h|g' \
+ ${WRKSRC}/src/*.[ch]
.include <bsd.port.mk>