Date: Tue, 2 Sep 2014 13:21:07 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366999 - head/graphics/eog Message-ID: <201409021321.s82DL7Dj031095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Sep 2 13:21:07 2014 New Revision: 366999 URL: http://svnweb.freebsd.org/changeset/ports/366999 QAT: https://qat.redports.org/buildarchive/r366999/ Log: Add missing library libgmodule-2.0 Reported by: antoine Modified: head/graphics/eog/Makefile Modified: head/graphics/eog/Makefile ============================================================================== --- head/graphics/eog/Makefile Tue Sep 2 13:09:11 2014 (r366998) +++ head/graphics/eog/Makefile Tue Sep 2 13:21:07 2014 (r366999) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021321.s82DL7Dj031095>