diff options
author | bad <bad@pkgsrc.org> | 1998-12-28 22:11:47 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-12-28 22:11:47 +0000 |
commit | cbcad3f48f61dacd2c50d55c202459e93c354762 (patch) | |
tree | 7f36c48b31dcadb96b9c50306b1771c09418deb1 /devel | |
parent | a626b31de316a450cee68344ff3413cfa736f3f6 (diff) | |
download | pkgsrc-cbcad3f48f61dacd2c50d55c202459e93c354762.tar.gz |
This works only on alpha, arm32, i386, and sparc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mit-pthreads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 50be8b07740..79a21aec674 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:16:48 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/28 22:11:47 bad Exp $ # DISTNAME= pthreads-1_60_beta6 PKGNAME= mit-pthreads-1.60b6 CATEGORIES= devel MASTER_SITES= ftp://sipb.mit.edu/pub/pthreads/ -ONLY_FOR_ARCHS= alpha arm32 i386 mips* pc532 powerpc sparc vax +ONLY_FOR_ARCHS= alpha arm32 i386 sparc MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.mit.edu:8001/people/proven/pthreads.html |