diff options
author | ade <ade@FreeBSD.org> | 2000-06-08 21:48:24 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-08 21:48:24 +0000 |
commit | 4a357f9bfe694b02c3a7adf49b59518e3a3d22a9 (patch) | |
tree | d98984d096224e86360d16ac5b16b9fc2f2e32a4 /sysutils/gnomesystemmonitor | |
parent | 569e2bc81a7936d622e7ae850bd92ba5094bd276 (diff) | |
download | FreeBSD-ports-4a357f9bfe694b02c3a7adf49b59518e3a3d22a9.zip FreeBSD-ports-4a357f9bfe694b02c3a7adf49b59518e3a3d22a9.tar.gz |
Another dependency missed in package building.
Submitted by: bento
Diffstat (limited to 'sysutils/gnomesystemmonitor')
-rw-r--r-- | sysutils/gnomesystemmonitor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index b288cc0..ef94f70 100644 --- a/sysutils/gnomesystemmonitor/Makefile +++ b/sysutils/gnomesystemmonitor/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= stable/sources/gtop MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gtop.1:${PORTSDIR}/devel/libgtop GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |