diff options
author | drochner <drochner@pkgsrc.org> | 2000-01-31 20:56:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-01-31 20:56:49 +0000 |
commit | 5a3c86a6e310022dac56c4c8c08e67650c33e67c (patch) | |
tree | f59f46c59756e697899a72ccf183e890b5227f77 /graphics/dx/Makefile | |
parent | 9afcb71955ea3a82fe6edc7310ca67ac8259e6b3 (diff) | |
download | pkgsrc-5a3c86a6e310022dac56c4c8c08e67650c33e67c.tar.gz |
upgrade to 4.0.10 (no changelog available, bugfixes only afaics)
rebove BROKEN label - whoever wants to mark it BROKEN again, please
tell what platform you had problems with (and consider (NOT/ONLY_FOR...)
Diffstat (limited to 'graphics/dx/Makefile')
-rw-r--r-- | graphics/dx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 76b61cd21ec..ef9ee3c8340 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2000/01/02 03:38:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/31 20:56:49 drochner Exp $ -DISTNAME= dx-4.0.7 +DISTNAME= dx-4.0.10 CATEGORIES= graphics MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ @@ -10,8 +10,6 @@ HOMEPAGE= http://www.research.ibm.com/dx/ DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= jpeg-6b:../../graphics/jpeg -BROKEN= Compilation problems - USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes |