diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-18 00:37:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-18 00:37:01 +0000 |
commit | 4146e202cc251781a55df25c48a0a017a6737e42 (patch) | |
tree | 6a53d4a74c6ec6ff0b974f2e58f5a84a4e5538d9 | |
parent | 7f2e138035f3b1eb0423c6f25d1986933b11a980 (diff) | |
download | pkgsrc-4146e202cc251781a55df25c48a0a017a6737e42.tar.gz |
Forgot to change perl's bl3.
-rw-r--r-- | chat/irssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index c4075989385..ff95e8e7823 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/03/18 00:36:11 xtraeme Exp $ +# $NetBSD: Makefile,v 1.24 2004/03/18 00:37:01 xtraeme Exp $ DISTNAME= ${IRSSI_DISTNAME} CATEGORIES= chat @@ -32,7 +32,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Irssi/.packlist PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/Irssi/Irc/.packlist PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/Irssi/UI/.packlist PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/Irssi/TextUI/.packlist -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" # actually we don't need --with-perl here, irssi is compiled with it by default # but who knows what may happen in future versions CONFIGURE_ARGS+= --with-perl |