pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/irssi bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/00a18515caa1
branches: trunk
changeset: 471101:00a18515caa1
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Mar 18 00:36:11 2004 +0000
description:
bl3ify
diffstat:
chat/irssi/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 8cc061f6528d -r 00a18515caa1 chat/irssi/Makefile
--- a/chat/irssi/Makefile Wed Mar 17 22:02:53 2004 +0000
+++ b/chat/irssi/Makefile Thu Mar 18 00:36:11 2004 +0000
@@ -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 @@
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 @@
# 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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index