diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 22:23:10 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 22:23:10 +0800 |
commit | 8eab5b92c4b4c6ce29c36e772940c46efea8315f (patch) | |
tree | 38a9954347e1e666efb1f5753d9484f0e9d04b94 /sysutils | |
parent | a901bea8fabae2e838f6d4412fb0853141f85112 (diff) | |
download | freebsd-ports-gnome-8eab5b92c4b4c6ce29c36e772940c46efea8315f.tar.gz freebsd-ports-gnome-8eab5b92c4b4c6ce29c36e772940c46efea8315f.tar.zst freebsd-ports-gnome-8eab5b92c4b4c6ce29c36e772940c46efea8315f.zip |
Add missing library libgmodule-2.0
Reported by: antoine
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index eba2241d09f6..7c5bf4b32b85 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -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 |