aboutsummaryrefslogtreecommitdiff
path: root/graphics/eog
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-02 13:21:07 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-02 13:21:07 +0000
commit727d42317e8dd81fccc27bb7fa9c71ae93a562c7 (patch)
tree211eb00b62283781461b4bde5e3c03d13711721a /graphics/eog
parent366dc2eeab4b227dee0e86994f5ed4b9a4207834 (diff)
downloadports-727d42317e8dd81fccc27bb7fa9c71ae93a562c7.tar.gz
ports-727d42317e8dd81fccc27bb7fa9c71ae93a562c7.zip
Add missing library libgmodule-2.0
Reported by: antoine
Notes
Notes: svn path=/head/; revision=366999
Diffstat (limited to 'graphics/eog')
-rw-r--r--graphics/eog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index d31958f6b460..e8ad85300fa9 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -62,4 +62,8 @@ CONFIGURE_ARGS+=--enable-python
CONFIGURE_ARGS+=--disable-python
.endif
+post-patch:
+ @${REINPLACE_CMD} '/^EOG_MODULES=/s/"/"gmodule-2.0 /' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>