aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-control-center
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-02 16:57:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-02 16:57:08 +0000
commit38ea717341a8317fadc2b72e1a4114fc9ac14c93 (patch)
tree39638ca3fb1d82e01133363b4e87dad1655a0c17 /sysutils/gnome-control-center
parent96af6abc679abfb2d66979ba36f4a428cc04b754 (diff)
downloadports-38ea717341a8317fadc2b72e1a4114fc9ac14c93.tar.gz
ports-38ea717341a8317fadc2b72e1a4114fc9ac14c93.zip
Add missing library libgmodule-2.0
Reported by: antoine
Notes
Notes: svn path=/head/; revision=367050
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r--sysutils/gnome-control-center/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index 3f75b4883a4d..ece89fa41872 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -61,6 +61,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \
${WRKSRC}/capplets/display/org.gnome.randr.policy.in
@${REINPLACE_CMD} -e 's|"libslab"|"libnoslab"|g' \
+ -e '/^COMMON_MODULES=/s/"$$/ gmodule-2.0"/' \
${WRKSRC}/configure
.include <bsd.port.post.mk>