diff options
author | rh <rh@pkgsrc.org> | 1999-08-12 18:02:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-12 18:02:19 +0000 |
commit | d1fcc3af8a257b9389acc10cf9c345d20e40bbff (patch) | |
tree | 17d6f254703486fc169350e3904244c9d3f4b1a5 /devel | |
parent | 04986b84ea1cbaddd0840612f4451273a088f636 (diff) | |
download | pkgsrc-d1fcc3af8a257b9389acc10cf9c345d20e40bbff.tar.gz |
Add conflict with pth-current.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index df953d7339c..70d5b6426c3 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/08/11 19:03:35 rh Exp $ +# $NetBSD: Makefile,v 1.8 1999/08/12 18:02:19 rh Exp $ # DISTNAME= pth-1.0.5 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=pth/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pth/pth.html +CONFLICTS= pth-current-* + USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-pthread |