diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-04-02 09:27:05 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-04-02 09:27:05 +0000 |
commit | d4dc90dad1dce1adb2aea9038bef9905888b5ba6 (patch) | |
tree | 1c528603784473266e22ebce9f37eed14503479e /graphics/gimp-focusblur-plugin | |
parent | dabd8fe5493b2d50a5ab555c98305d73decf5a00 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-focusblur-plugin')
-rw-r--r-- | graphics/gimp-focusblur-plugin/Makefile | 2 |
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> |