diff options
author | jlam <jlam> | 2004-01-05 20:48:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 20:48:01 +0000 |
commit | 5acb353a625ae2ccc1e5071beea1639a9371685a (patch) | |
tree | 7f7909fa5d0408c3065aa98e439b54664f76bc2e /devel/pth | |
parent | 0ef767b5c3ce9e64ee78e3c8d5914abb64b1177e (diff) | |
download | pkgsrc-5acb353a625ae2ccc1e5071beea1639a9371685a.tar.gz |
bl3ify
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 7d3ae13793d..6f54823900f 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2003/07/17 21:33:13 grant Exp $ +# $NetBSD: Makefile,v 1.60 2004/01/05 20:48:45 jlam Exp $ # DISTNAME= pth-2.0.0 @@ -11,7 +11,9 @@ COMMENT= GNU Portable Thread library CONFLICTS= pth-current-[0-9]* pth-syscall<1.4.1nb1 -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES |