diff options
author | dmcmahill <dmcmahill> | 2000-02-22 22:08:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-02-22 22:08:23 +0000 |
commit | 65949c7a4ce7cd88674c22d80489562a66ea1497 (patch) | |
tree | 61e781649a76834b81c8abb050fd47ce63379ffb /devel/unproven-pthreads | |
parent | 8bc84c4738e5fa33f2a7d7afc1162ca9647bb84f (diff) | |
download | pkgsrc-65949c7a4ce7cd88674c22d80489562a66ea1497.tar.gz |
add CONFLICTS. installs the same files as mit-pthreads
Diffstat (limited to 'devel/unproven-pthreads')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index 860c9e62441..1bf687a1248 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/27 09:30:18 explorer Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/22 22:08:23 dmcmahill Exp $ # DISTNAME= unproven-pthreads-0.11 @@ -10,6 +10,7 @@ MAINTAINER= explorer@netbsd.org #ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-sparc ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k +CONFLICTS+= mit-pthreads-* HAS_CONFIGURE= yes MAKE_ENV+= NOLINT=1 NOPROFILE=1 OBJECT_FMT=${OBJECT_FMT} |