svn commit: r367050 - head/sysutils/gnome-control-center

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 16:57:08 UTC 2014


Author: tijl
Date: Tue Sep  2 16:57:08 2014
New Revision: 367050
URL: http://svnweb.freebsd.org/changeset/ports/367050
QAT: https://qat.redports.org/buildarchive/r367050/

Log:
  Add missing library libgmodule-2.0
  
  Reported by:	antoine

Modified:
  head/sysutils/gnome-control-center/Makefile

Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile	Tue Sep  2 16:50:20 2014	(r367049)
+++ head/sysutils/gnome-control-center/Makefile	Tue Sep  2 16:57:08 2014	(r367050)
@@ -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>


More information about the svn-ports-head mailing list