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 | 64472473528429194b1ef00dbbd3d69ea468b8b5 (patch) | |
tree | 6a53d4a74c6ec6ff0b974f2e58f5a84a4e5538d9 /chat/irssi | |
parent | f3712bdfd9d6fc24554a9f4e3eaeaf37e71500a0 (diff) | |
download | pkgsrc-64472473528429194b1ef00dbbd3d69ea468b8b5.tar.gz |
Forgot to change perl's bl3.
Diffstat (limited to 'chat/irssi')
-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 |