svn commit: r367008 - head/sysutils/gnome-system-monitor

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 14:23:11 UTC 2014


Author: tijl
Date: Tue Sep  2 14:23:10 2014
New Revision: 367008
URL: http://svnweb.freebsd.org/changeset/ports/367008
QAT: https://qat.redports.org/buildarchive/r367008/

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

Modified:
  head/sysutils/gnome-system-monitor/Makefile

Modified: head/sysutils/gnome-system-monitor/Makefile
==============================================================================
--- head/sysutils/gnome-system-monitor/Makefile	Tue Sep  2 14:22:03 2014	(r367007)
+++ head/sysutils/gnome-system-monitor/Makefile	Tue Sep  2 14:23:10 2014	(r367008)
@@ -24,7 +24,7 @@ INSTALLS_OMF=	yes
 USE_GNOME=	gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils librsvg2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lutil
+LIBS+=		-L${LOCALBASE}/lib -lgmodule-2.0 -lutil
 
 GCONF_SCHEMAS=	gnome-system-monitor.schemas
 


More information about the svn-ports-head mailing list