diff options
author | wiz <wiz> | 2000-12-28 16:49:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-28 16:49:36 +0000 |
commit | db73157b6bb48beac753f21947027c6cc068581b (patch) | |
tree | c6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 /textproc | |
parent | 0f2e8eb072c06f6dad548bf388fcdb0838b8c828 (diff) | |
download | pkgsrc-db73157b6bb48beac753f21947027c6cc068581b.tar.gz |
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/opensp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 80525fc3b09..130b30e5cd8 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:28 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/28 16:49:37 wiz Exp $ # DISTNAME= OpenSP-1.4 @@ -11,6 +11,10 @@ HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads +# Sync these with devel/unproven-pthreads +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ + NetBSD-*-m68k + CONFLICTS+= sp-* GNU_CONFIGURE= YES |