diff options
author | rh <rh@pkgsrc.org> | 2003-04-01 08:29:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-01 08:29:12 +0000 |
commit | abaf0b1d23248851775342afdb7bc8ae91805cb8 (patch) | |
tree | 6e3e5c631fa53a4f0602906a875168085d2c6a59 /devel/gnustep-make/Makefile | |
parent | 6118a532c60ed8299b0ad35a6d8364882a1ec7a1 (diff) | |
download | pkgsrc-abaf0b1d23248851775342afdb7bc8ae91805cb8.tar.gz |
Update gnustep-make to 1.6.0. Changes include:
Make now configures by default for only one system. To compile and
run GNUstep for multiple platforms from the same directory, use the
configure argument -enable-multi-platform.
* Auto-build def file for DLLs
* Work natively on MacOSX systems. Now use apple-apple-apple instead
of nx-nx-nx on OSX systems.
* More efficient checks for re-making a project.
Diffstat (limited to 'devel/gnustep-make/Makefile')
-rw-r--r-- | devel/gnustep-make/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 6f1dc1424f9..ef962312b07 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/02/06 11:50:01 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2003/04/01 08:29:12 rh Exp $ # -DISTNAME= gnustep-make-1.5.1 -PKGREVISION= 1 +DISTNAME= gnustep-make-1.6.0 CATEGORIES= devel gnustep MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ |