diff options
author | jmmv <jmmv> | 2003-05-22 16:48:28 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-22 16:48:28 +0000 |
commit | 9e02f53a5e79ccf0ff8bba225f79aa4206cac1d5 (patch) | |
tree | bcbd59bfddb08274b9ce3fdd35f6d100e7453890 /math | |
parent | 3ae1af0873a6135213cd110cc2055a22b34d3b4b (diff) | |
download | pkgsrc-9e02f53a5e79ccf0ff8bba225f79aa4206cac1d5.tar.gz |
Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes
a problem introduced in the 6.2alpha4 package.
Diffstat (limited to 'math')
-rw-r--r-- | math/rlab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rlab/Makefile b/math/rlab/Makefile index 74ec1a62f4b..69892f43330 100644 --- a/math/rlab/Makefile +++ b/math/rlab/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/01/28 01:18:20 uebayasi Exp $ +# $NetBSD: Makefile,v 1.13 2003/05/22 16:48:31 jmmv Exp $ DISTNAME= rlab-2.1.05 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rlab/} |