diff options
author | tron <tron@pkgsrc.org> | 2000-06-05 19:32:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-05 19:32:27 +0000 |
commit | e4a224226c01a233d1741a4679fc15255739e916 (patch) | |
tree | 652fb7c66a2814f4b5a0d52854a82ccff705c45c /x11/gnome | |
parent | a5641a88278b311e590f289a5e91c8cc05e255dc (diff) | |
download | pkgsrc-e4a224226c01a233d1741a4679fc15255739e916.tar.gz |
Depend on version 1.2 or newer of the "gnome-users-guide" package.
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index de39cd3b00c..df476fdce5e 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/06/05 14:48:51 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/06/05 19:32:27 tron Exp $ DISTNAME= gnome-1.2.0 CATEGORIES= x11 gnome @@ -21,7 +21,7 @@ DEPENDS+= gnome-games>=1.0.51:../../games/gnome-games DEPENDS+= gnome-media>=1.0.51:../../audio/gnome-media DEPENDS+= gnome-pim>=1.0.55:../../misc/gnome-pim DEPENDS+= gnome-python>=1.0.51:../gnome-python -DEPENDS+= gnome-users-guide>=1.0.72:../gnome-users-guide +DEPENDS+= gnome-users-guide>=1.2:../gnome-users-guide DEPENDS+= gnome-utils>=1.0.51:../../misc/gnome-utils DEPENDS+= gnumeric>=0.52:../../math/gnumeric DEPENDS+= gtk-->=1.0.3:../gtk-- |