diff options
author | skrll <skrll> | 2002-07-24 15:28:06 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-07-24 15:28:06 +0000 |
commit | 23233f67822b2290a286112fa67733012a9c8341 (patch) | |
tree | 4f90125a167d5b5aef81faf857a137aa618d1856 /devel/pth | |
parent | 6196fbd31c45e47f43809bf628d18cca59dd7eec (diff) | |
download | pkgsrc-23233f67822b2290a286112fa67733012a9c8341.tar.gz |
Relax the CONFLICT with pth-syscall now that Al has changed pth-syscall.
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 672f989c3f5..b24f1db42b2 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2002/05/29 08:19:56 skrll Exp $ +# $NetBSD: Makefile,v 1.42 2002/07/24 15:28:06 skrll Exp $ # DISTNAME= pth-1.4.1 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pth/pth.html COMMENT= GNU Portable Thread library -CONFLICTS= pth-current-[0-9]* pth-syscall-[0-9]* +CONFLICTS= pth-current-[0-9]* pth-syscall<1.4.1nb1 USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES |