diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-25 16:02:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-25 16:02:23 +0000 |
commit | fa0d5b7e19edd38dbc642e6e097ae3d0e3d63341 (patch) | |
tree | 5db921de9d2eb79cd204e02c9e1b39c664d7dbe2 /chat/silc-client | |
parent | 154ae32a34909da0749cf8f41e86ec41000e021e (diff) | |
download | pkgsrc-fa0d5b7e19edd38dbc642e6e097ae3d0e3d63341.tar.gz |
USE_NCURSES not needed. Remove it.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 0f03663f7e1..f8b1f322cb8 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/05/24 21:38:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2002/05/25 16:02:23 wiz Exp $ DISTNAME= silc-client-0.9.1 CATEGORIES= chat @@ -17,7 +17,6 @@ COMMENT= Client for the Secure Internet Live Conferencing (SILC) GNU_CONFIGURE= yes USE_GMAKE= yes -USE_NCURSES= yes USE_LIBTOOL= yes USE_BUILDLINK_ONLY= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |