diff options
author | seb <seb@pkgsrc.org> | 2002-10-13 22:22:45 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-13 22:22:45 +0000 |
commit | 25e9e6b0ea509750708290309f2ba38793459dcc (patch) | |
tree | dc58523750c088126473d8f49fd153bef6bbadd2 /devel/p5-Expect | |
parent | a7fce54e240365d8790ff9f735ea572178552160 (diff) | |
download | pkgsrc-25e9e6b0ea509750708290309f2ba38793459dcc.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'devel/p5-Expect')
-rw-r--r-- | devel/p5-Expect/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 074aa0a6ca9..9873f8cea46 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/04/17 10:29:49 shell Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/13 22:22:50 seb Exp $ DISTNAME= Expect-1.15 PKGNAME= p5-expect-1.15 @@ -12,11 +12,8 @@ COMMENT= perl version of the TCL "expect" tool DEPENDS+= p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Expect/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |