diff options
author | tron <tron@pkgsrc.org> | 2000-06-05 09:57:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-05 09:57:58 +0000 |
commit | 4285ce19c03c8560abc5f139cc03893e8161b29b (patch) | |
tree | ca231c2a59435e64cdedea1bc96b34807ecac4dd /x11 | |
parent | e850b6d39b5b05836f5c5ae70fb38a6ad3be09b7 (diff) | |
download | pkgsrc-4285ce19c03c8560abc5f139cc03893e8161b29b.tar.gz |
Because "ggv" now belongs to the GNOME distribution add a depence on the
"ggv" package.
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 304fce0b2e7..8df47b2d342 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/06/03 19:16:59 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/05 09:57:58 tron Exp $ DISTNAME= gnome-1.2.0 CATEGORIES= x11 gnome @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= control-center>=1.0.51:../controlcenter DEPENDS+= ee>=0.3.11:../../graphics/ee 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-audio>=1.0.0:../../audio/gnome-audio |