From 915083374017eb55afdaf3fb08d53572648b129f Mon Sep 17 00:00:00 2001 From: roy Date: Fri, 11 Oct 2013 09:58:53 +0000 Subject: silc-client has an internal copy of irssi. Newer irssi prefers termcap/terminfo over curses, so drop the curses dependency entirely. --- chat/silc-client/Makefile | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'chat/silc-client') diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index cd474ff2634..949baef39c9 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2013/05/31 12:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2013/10/11 09:58:53 roy Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ @@ -35,20 +35,11 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGBASE} CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/${PKGBASE}/modules CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-terminfo CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ARGS+= --with-terminfo +CONFIGURE_ARGS+= --without-ncurses CONFIGURE_ARGS+= --without-libtoolfix -# Use native curses library. -.if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS") -CONFIGURE_ARGS+= --with-vcurses -.elif (${OPSYS} == "Linux") || (${OPSYS} == "Darwin") -CONFIGURE_ARGS+= --with-ncurses -.else -# XXX: Need testing on other operating systems, use safe defaults for now. -CONFIGURE_ARGS+= --with-ncurses -.endif - # Assembler optimizations. # .if (${MACHINE_ARCH} != "i386") @@ -74,6 +65,6 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3