diff options
author | ade <ade@FreeBSD.org> | 2000-06-08 21:50:51 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-08 21:50:51 +0000 |
commit | 753aacde03fa7bd15d37101d9d5e062fd031736e (patch) | |
tree | 23ec8b0a6e3f77b1da64aec73f7016eca549341e /x11 | |
parent | 4a357f9bfe694b02c3a7adf49b59518e3a3d22a9 (diff) | |
download | FreeBSD-ports-753aacde03fa7bd15d37101d9d5e062fd031736e.zip FreeBSD-ports-753aacde03fa7bd15d37101d9d5e062fd031736e.tar.gz |
Explicitly mention a few more dependencies.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index ece23af..a0561db 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ ghttp.1:${PORTSDIR}/www/libghttp \ glade.3:${PORTSDIR}/devel/libglade \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + panel_applet.4:${PORTSDIR}/x11/gnomecore \ gnomeprint.9:${PORTSDIR}/print/gnomeprint RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index ece23af..a0561db 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ ghttp.1:${PORTSDIR}/www/libghttp \ glade.3:${PORTSDIR}/devel/libglade \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + panel_applet.4:${PORTSDIR}/x11/gnomecore \ gnomeprint.9:${PORTSDIR}/print/gnomeprint RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ |