diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 14:23:10 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 14:23:10 +0000 |
commit | 7c7827150a67c720882faa79cb868c28c53a6347 (patch) | |
tree | 38a9954347e1e666efb1f5753d9484f0e9d04b94 | |
parent | c57439824f593cf14ffa1021cdaa015ed20446e3 (diff) | |
download | freebsd-ports-7c7827150a67c720882faa79cb868c28c53a6347.zip |
Add missing library libgmodule-2.0
Reported by: antoine
-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 |