diff options
author | ade <ade@FreeBSD.org> | 2000-06-09 05:48:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-09 05:48:24 +0800 |
commit | 4a357f9bfe694b02c3a7adf49b59518e3a3d22a9 (patch) | |
tree | d98984d096224e86360d16ac5b16b9fc2f2e32a4 /sysutils | |
parent | 569e2bc81a7936d622e7ae850bd92ba5094bd276 (diff) | |
download | freebsd-ports-gnome-4a357f9bfe694b02c3a7adf49b59518e3a3d22a9.tar.gz freebsd-ports-gnome-4a357f9bfe694b02c3a7adf49b59518e3a3d22a9.tar.zst freebsd-ports-gnome-4a357f9bfe694b02c3a7adf49b59518e3a3d22a9.zip |
Another dependency missed in package building.
Submitted by: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnomesystemmonitor/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gtop/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index b288cc078ab1..ef94f7097092 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/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 diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index b288cc078ab1..ef94f7097092 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 diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index b288cc078ab1..ef94f7097092 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/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 |