diff options
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index b5f971a377c..3b611b0b31f 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2003/02/04 17:31:16 drochner Exp $ +# $NetBSD: Makefile,v 1.56 2003/05/02 11:49:47 wiz Exp $ # -DISTNAME= pth-1.4.1 -PKGREVISION= 7 +DISTNAME= pth-2.0.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -14,7 +13,7 @@ CONFLICTS= pth-current-[0-9]* pth-syscall<1.4.1nb1 USE_BUILDLINK2= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-pthread CONFIGURE_ARGS+= --with-fdsetsize=1024 @@ -23,8 +22,8 @@ CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub # for PLIST -PTH_MAJOR= 14 -PTH_MINOR= 21 +PTH_MAJOR= 20 +PTH_MINOR= 20 PLIST_SUBST+= PTH_MAJOR=${PTH_MAJOR} PTH_MINOR=${PTH_MINOR} .include "../../mk/bsd.prefs.mk" |