diff options
author | maya <maya@pkgsrc.org> | 2017-04-27 00:51:09 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-04-27 00:51:09 +0000 |
commit | dc42d428ab287a7ee789049cdad0188ea62c1aea (patch) | |
tree | acc8274a510ea15e13b90f3ffdef3bc7c3d1fda9 /chat | |
parent | 14ac1af3357e250683908923da27ceb2a4c3fba1 (diff) | |
download | pkgsrc-dc42d428ab287a7ee789049cdad0188ea62c1aea.tar.gz |
GC unused configure args
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 76c266aaf6d..da604e1312e 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 |