diff options
author | rh <rh@pkgsrc.org> | 2003-04-01 10:21:33 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-01 10:21:33 +0000 |
commit | 8044341360f7bfb622a6ab078a022a88d095df59 (patch) | |
tree | 3a732e4935b9f4e8a95bd710d01e16418a553dde /meta-pkgs | |
parent | 22445160e8ef6b235df0fdb7dfcefc04fdfe0071 (diff) | |
download | pkgsrc-8044341360f7bfb622a6ab078a022a88d095df59.tar.gz |
Update gnustep to 1.6.0. This tracks the changes in the various gnustep
packages, most notably the update of the non-gui packages to 1.6.0 and
the update of the gui packages to 0.8.5.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnustep/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-pkgs/gnustep/Makefile b/meta-pkgs/gnustep/Makefile index f89c21d7e40..c48459d6a31 100644 --- a/meta-pkgs/gnustep/Makefile +++ b/meta-pkgs/gnustep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/01/03 07:16:48 rh Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/01 10:21:33 rh Exp $ # -DISTNAME= gnustep-1.5.1 -PKGREVISION= 1 +DISTNAME= gnustep-1.6.0 CATEGORIES= meta-pkgs x11 gnustep MASTER_SITES= # empty DISTFILES= # empty @@ -12,7 +11,7 @@ HOMEPAGE= http://www.gnustep.org/ COMMENT= meta-package for GNUstep DEPENDS+= gnustep-examples>0.9.7:../../devel/gnustep-examples -DEPENDS+= gnustep-preferences>1.2.0:../../x11/gnustep-preferences +DEPENDS+= gnustep-preferences>=1.2.0nb2:../../x11/gnustep-preferences DEPENDS+= ImageViewer-[0-9]*:../../graphics/ImageViewer DEPENDS+= 3DKit-[0-9]*:../../graphics/3DKit DEPENDS+= GNUMail>1.0.3:../../mail/GNUMail |