diff options
author | rillig <rillig> | 2005-10-31 09:18:45 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-10-31 09:18:45 +0000 |
commit | dc8bb6d1fd7ba4059d2d59c6ae4b6fb8d7a38f44 (patch) | |
tree | 31a0dc197f54d81055c2270e6250358f395ab094 /chat | |
parent | f063c917638230e0ece83d3e93f04d66b74c0b41 (diff) | |
download | pkgsrc-dc8bb6d1fd7ba4059d2d59c6ae4b6fb8d7a38f44.tar.gz |
.include "../../lang/perl5/packlist.mk". This fixes PR 31948. Bumped
PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile | 4 | ||||
-rw-r--r-- | chat/irssi/options.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 71a5a9852da..287187bee4c 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2005/08/10 20:56:13 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2005/10/31 09:18:45 rillig Exp $ DISTNAME= ${IRSSI_DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= chat MASTER_SITES= http://real.irssi.org/files/ EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX} diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk index a5efaef6bee..95789421082 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2005/10/05 13:29:50 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2005/10/31 09:18:45 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl @@ -10,6 +10,7 @@ PERL5_PACKLIST= auto/Irssi/.packlist PERL5_PACKLIST+= auto/Irssi/Irc/.packlist PERL5_PACKLIST+= auto/Irssi/UI/.packlist PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist +.include "../../lang/perl5/packlist.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 |