diff options
author | rh <rh> | 2003-04-01 10:21:33 +0000 |
---|---|---|
committer | rh <rh> | 2003-04-01 10:21:33 +0000 |
commit | d296547f5bfc9f69494ba7e4410e3f7afaecabe5 (patch) | |
tree | 3a732e4935b9f4e8a95bd710d01e16418a553dde /meta-pkgs/gnustep | |
parent | 4e5249b4bd776e9fa5361d77f25fb8785ca06f76 (diff) | |
download | pkgsrc-d296547f5bfc9f69494ba7e4410e3f7afaecabe5.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/gnustep')
-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 |