diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-28 16:49:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-28 16:49:36 +0000 |
commit | 9b56c9fb8d93f24265c816233aa006c4e09593c0 (patch) | |
tree | c6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 /textproc/opensp | |
parent | 0f75baef6a0b6b740343ef1d0f0190a03a1ee99c (diff) | |
download | pkgsrc-9b56c9fb8d93f24265c816233aa006c4e09593c0.tar.gz |
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
Diffstat (limited to 'textproc/opensp')
-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 |