diff options
author | tron <tron@pkgsrc.org> | 2000-06-05 14:48:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-05 14:48:51 +0000 |
commit | 58f37594e27d55701812f2226231583fd026743a (patch) | |
tree | 4da2daa5845333967121d0cc694338e8258753d1 /x11 | |
parent | 2b9abfd1190c14d77262e064cab7d6ed4e4e7ec8 (diff) | |
download | pkgsrc-58f37594e27d55701812f2226231583fd026743a.tar.gz |
Add dependence on "gnome-applets" package which contains applets
found in "gnome-core" 1.0.x releases.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 8df47b2d342..de39cd3b00c 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/06/05 09:57:58 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/06/05 14:48:51 tron Exp $ DISTNAME= gnome-1.2.0 CATEGORIES= x11 gnome @@ -14,6 +14,7 @@ DEPENDS+= gdm>=2.0b4:../gdm DEPENDS+= ggv>=0.95:../../print/ggv DEPENDS+= glade>=0.5.3:../../devel/glade DEPENDS+= gmc>=4.5.42:../../sysutils/gmc +DEPENDS+= gnome-applets>=1.2.0:../gnome-applets DEPENDS+= gnome-audio>=1.0.0:../../audio/gnome-audio DEPENDS+= gnome-chess>=0.2.4:../../games/gnome-chess DEPENDS+= gnome-games>=1.0.51:../../games/gnome-games |