pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/irssi GC unused configure args



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50b8b872d4d3
branches:  trunk
changeset: 361793:50b8b872d4d3
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 27 00:51:09 2017 +0000

description:
GC unused configure args

diffstat:

 chat/irssi/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r bf938bd0b563 -r 50b8b872d4d3 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Wed Apr 26 22:35:01 2017 +0000
+++ b/chat/irssi/Makefile       Thu Apr 27 00:51:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2017/03/16 11:41:19 maya Exp $
+# $NetBSD: Makefile,v 1.79 2017/04/27 00:51:09 maya Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 CATEGORIES=            chat
@@ -17,9 +17,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ARGS+=       --with-terminfo \
-                       --with-proxy \
-                       --without-ncurses \
+CONFIGURE_ARGS+=       --with-proxy \
                        --sysconfdir=${PKG_SYSCONFDIR}
 
 EGDIR=         ${PREFIX}/share/examples/irssi



Home | Main Index | Thread Index | Old Index