diff options
author | frueauf <frueauf> | 1998-02-02 11:17:54 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-02 11:17:54 +0000 |
commit | e7ff279ac82d384051e480766912fb84f3949529 (patch) | |
tree | f027a385eaa3551925be93cbb370ab96ca075b5d /devel | |
parent | 660dc5ab0842415b7f673e53b5500b566d30bbed (diff) | |
download | pkgsrc-e7ff279ac82d384051e480766912fb84f3949529.tar.gz |
Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mit-pthreads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index a44aae341bc..4f6697ad349 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -3,13 +3,14 @@ # Date created: 10th October 1997 # Whom: Alistair Crooks (agc@netbsd.org) # -# $NetBSD: Makefile,v 1.5 1998/01/24 04:22:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/02 11:17:54 frueauf 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 bebox i386 mips pc532 powerpc sparc vax MAINTAINER= agc@netbsd.org |