diff options
author | rh <rh> | 1999-08-12 18:02:19 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-12 18:02:19 +0000 |
commit | 1c666bb80208abccbc11ac6776b5d012726511ee (patch) | |
tree | 17d6f254703486fc169350e3904244c9d3f4b1a5 /devel/pth | |
parent | 110e6af345a6e066866020ece111bd113638b002 (diff) | |
download | pkgsrc-1c666bb80208abccbc11ac6776b5d012726511ee.tar.gz |
Add conflict with pth-current.
Diffstat (limited to 'devel/pth')
-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 |