diff options
-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 |