Add missing library libgmodule-2.0

Reported by:	antoine
This commit is contained in:
Tijl Coosemans 2014-09-02 16:58:04 +00:00
parent 38ea717341
commit 951afa4021
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367051

View file

@ -74,6 +74,8 @@ post-patch:
${WRKSRC}/help/fish/Makefile.in
@${REINPLACE_CMD} -e 's|python.* python2\.0|${PYTHON_VERSION}|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} '/_LIBADD =/s/$$/ -lgmodule-2.0/' \
${WRKSRC}/gnome-panel/libpanel-applet-private/Makefile.in
.include <bsd.port.mk>