diff options
author | jlam <jlam> | 2002-08-08 16:17:04 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-08 16:17:04 +0000 |
commit | e828e22ff74ebdddbb0814cc46e059f67a76d8f1 (patch) | |
tree | 2dbb65466e44152f08bc0f6d969c6e4ab5861217 /lang/cilk | |
parent | 01d9fb043256636f99306b938af3e468d56d68ce (diff) | |
download | pkgsrc-e828e22ff74ebdddbb0814cc46e059f67a76d8f1.tar.gz |
These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
Diffstat (limited to 'lang/cilk')
-rw-r--r-- | lang/cilk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile index a84d1138976..af9c5ed2693 100644 --- a/lang/cilk/Makefile +++ b/lang/cilk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/08/01 05:48:15 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/08 16:17:07 jlam Exp $ DISTNAME= cilk-5.3.1 +PKGREVISION= 1 CATEGORIES= lang parallel MASTER_SITES= http://supertech.lcs.mit.edu/cilk/ \ ftp://theory.lcs.mit.edu/pub/cilk/ |