summaryrefslogtreecommitdiff
path: root/chat/irssi
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-25 17:26:04 +0000
committerwiz <wiz@pkgsrc.org>2002-09-25 17:26:04 +0000
commit73d122d5f062f77029e1857dcf4e4596df92ac7e (patch)
tree535f413ed846fe7004bdf5a91b4fb315974acdd8 /chat/irssi
parent5ba094652e40e306ddbd506deba94fe70ec750f4 (diff)
downloadpkgsrc-73d122d5f062f77029e1857dcf4e4596df92ac7e.tar.gz
Convert to buildlink2. Also, tell configure not to go looking for ncurses.
Should fix PR 18099.
Diffstat (limited to 'chat/irssi')
-rw-r--r--chat/irssi/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index 342c0f95707..23f917060fc 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/06/20 03:29:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2002/09/25 17:26:04 wiz Exp $
DISTNAME= irssi-0.8.5
WRKSRC= ${WRKDIR}/irssi-0.8.5
@@ -14,9 +14,11 @@ COMMENT= Secure and modular IRC client with text mode user interf
BUILD_DEFS+= USE_INET6
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
CONFIGURE_ARGS+= --with-terminfo \
- --enable-ipv6
+ --enable-ipv6 \
+ --without-ncurses
.include "../../mk/bsd.prefs.mk"
@@ -25,7 +27,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/buildlink.mk"
+.include "../../lang/perl5/buildlink2.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
@@ -34,8 +36,5 @@ CONFIGURE_ARGS+= --with-perl-lib=site
CONFIGURE_ARGS+= --with-perl=no
.endif
-USE_BUILDLINK_ONLY= yes
-USE_CONFIG_WRAPPER= yes
-
-.include "../../devel/glib/buildlink.mk"
+.include "../../devel/glib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"