diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-12-28 21:24:22 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-12-28 21:24:22 +0000 |
commit | f4fbbc5dfe38c054b17b5c2e0a740add2f14f377 (patch) | |
tree | 2cbb6efc2e4402439cc12f985b8afe65015ed9ca /math/xldlas | |
parent | 7e72fa0860b9e37fce43c2944fa7cbcfa6e58b0a (diff) | |
download | pkgsrc-f4fbbc5dfe38c054b17b5c2e0a740add2f14f377.tar.gz |
One more:
Bump PKGREVISION on packages that depend on x11/xforms, since there
has been a soname change. Pointed out by fredb.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index d0a6ff2c0f6..b415f524fec 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2002/09/21 00:41:06 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/12/28 21:24:22 jschauma Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # DISTNAME= xldlas-0.85 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/xldlas CATEGORIES= math MASTER_SITES= http://sunsite.math.klte.hu/mirrors/xldlas/ \ |