Add missing library libgmodule-2.0

Reported by:	antoine
This commit is contained in:
Tijl Coosemans 2014-09-02 13:21:07 +00:00
parent 366dc2eeab
commit 727d42317e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366999

View file

@ -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>