aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-02 21:21:07 +0800
committertijl <tijl@FreeBSD.org>2014-09-02 21:21:07 +0800
commit0d28cf1f0925c3e1c5a02d52c79b4562e163e492 (patch)
tree211eb00b62283781461b4bde5e3c03d13711721a /graphics
parentbcf2e87a00eec6b4bd98eea0d8b61d083acac4ad (diff)
downloadfreebsd-ports-gnome-0d28cf1f0925c3e1c5a02d52c79b4562e163e492.tar.gz
freebsd-ports-gnome-0d28cf1f0925c3e1c5a02d52c79b4562e163e492.tar.zst
freebsd-ports-gnome-0d28cf1f0925c3e1c5a02d52c79b4562e163e492.zip
Add missing library libgmodule-2.0
Reported by: antoine
Diffstat (limited to 'graphics')
-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>