summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-18 00:36:11 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-18 00:36:11 +0000
commit7f2e138035f3b1eb0423c6f25d1986933b11a980 (patch)
treea092fe32235b9cbdba3b5b50f188a0bc7be24699 /chat
parent56010d31a573f4c95124422145dcc23e8853cdfe (diff)
downloadpkgsrc-7f2e138035f3b1eb0423c6f25d1986933b11a980.tar.gz
bl3ify
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index 029f6ad2e49..c4075989385 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/12/30 16:57:40 cjep Exp $
+# $NetBSD: Makefile,v 1.23 2004/03/18 00:36:11 xtraeme Exp $
DISTNAME= ${IRSSI_DISTNAME}
CATEGORIES= chat
@@ -15,7 +15,7 @@ COMMENT= Secure and modular IRC client with text mode user interf
BUILD_DEFS+= USE_INET6 IRSSI_USE_PERL IRSSI_USE_SSL
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --with-terminfo \
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --enable-ipv6
# SSL support
.if defined(IRSSI_USE_SSL) && !empty(IRSSI_USE_SSL:M[Yy][Ee][Ss])
-. include "../../security/openssl/buildlink2.mk"
+. include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ssl
.endif
@@ -57,5 +57,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/config.h ${IRSSI_CONFIG_H}
${INSTALL_DATA} ${WRKSRC}/irssi-config ${IRSSI_CONFIG}
-.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"