diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-22 22:08:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-22 22:08:23 +0000 |
commit | 2ac2b213490621de22decddffde5cd94433826b0 (patch) | |
tree | 61e781649a76834b81c8abb050fd47ce63379ffb | |
parent | 382dad10a08a069d69b3b966dfcbab1f4bcced4d (diff) | |
download | pkgsrc-2ac2b213490621de22decddffde5cd94433826b0.tar.gz |
add CONFLICTS. installs the same files as mit-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} |