diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 21:47:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 21:47:00 +0000 |
commit | c94e87c294aa090fb3538b6df943f71d45ab5e76 (patch) | |
tree | 772b500a81ebcc3a2b5aeefe146942744d067b85 /devel | |
parent | d475a194e8a72e8cb7a8c1c4e1d115a444618295 (diff) | |
download | pkgsrc-c94e87c294aa090fb3538b6df943f71d45ab5e76.tar.gz |
bl3ify
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tet3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index 08b900130db..019afc930a4 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:13:29 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/19 21:47:00 minskim Exp $ DISTNAME= tet3.3h-unsup.src PKGNAME= tet3-3.3h @@ -12,7 +12,7 @@ COMMENT= The Open Group test harness WRKSRC= ${WRKDIR}/src HAS_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes REPLACE_PERL= ../contrib/suite/src/common.pl ../contrib/NTperldemo/ts/tc1.pl REPLACE_PERL+= ../contrib/NTperldemo/ts/tc2.pl ../contrib/NTperldemo/ts/tc3.pl @@ -31,7 +31,7 @@ post-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/tet3/lib cd ${WRKSRC}/../lib && ${PAX} -rwpe . ${PREFIX}/tet3/lib -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" PTHREAD_OPTS= native # only native threads make sense @@ -39,5 +39,5 @@ PTHREAD_OPTS= native # only native threads make sense PKG_SKIP_REASON= "Native threads are needed for this package" .endif -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |