diff options
author | tron <tron> | 2000-06-05 14:48:51 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-05 14:48:51 +0000 |
commit | b84228d43a279d0d694f77b8c757c6ad7e7761d7 (patch) | |
tree | 4da2daa5845333967121d0cc694338e8258753d1 /x11/gnome | |
parent | 5bf69b417ad5eb99dd04a878d37a4d8dbb91f5d2 (diff) | |
download | pkgsrc-b84228d43a279d0d694f77b8c757c6ad7e7761d7.tar.gz |
Add dependence on "gnome-applets" package which contains applets
found in "gnome-core" 1.0.x releases.
Diffstat (limited to 'x11/gnome')
-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 |