summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-10-11 09:58:53 +0000
committerroy <roy@pkgsrc.org>2013-10-11 09:58:53 +0000
commit915083374017eb55afdaf3fb08d53572648b129f (patch)
tree30f273e09f880a57ec41f20e80edbdfc6e862d04 /chat/silc-client
parentd8b4a642479be0211ee0b39c0127a1ba2d88f9e5 (diff)
downloadpkgsrc-915083374017eb55afdaf3fb08d53572648b129f.tar.gz
silc-client has an internal copy of irssi.
Newer irssi prefers termcap/terminfo over curses, so drop the curses dependency entirely.
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile19
1 files changed, 5 insertions, 14 deletions
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"