summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-05 15:07:22 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-05 15:07:22 +0000
commit3e42598c522e7bef3072e759b3ca6b5c8a346ab8 (patch)
treea2ddd87edfbdaa8638c6cd1de7b8c288ade225bf /news/tin
parentBe careful when you touch DISTNAME, it affect WRKSRC.... (diff)
Turn off building with ncurses, too buggy for now
Notes
Notes: svn path=/head/; revision=10428
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index c9c2aac94fb1..50283049e3c9 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -4,7 +4,7 @@
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.55 1998/02/03 10:27:52 obrien Exp $
+# $Id: Makefile,v 1.56 1998/02/27 10:46:57 obrien Exp $
#
DISTNAME= tinpre-1.4-980226
@@ -18,13 +18,16 @@ MAINTAINER= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE= yes
+
+# Curses support too buggy to activate
+# --enable-curses \
+# --with-ncurses \
+#
CONFIGURE_ARGS= --with-nntp-default-server=news \
--with-spooldir=/var/news \
--with-libdir=${PREFIX}/news/lib \
--with-mime-default-charset=US-ASCII \
--enable-forgery \
- --enable-curses \
- --with-ncurses \
--enable-break-long-lines \
--with-pgp=${PREFIX}/bin/pgp \
--with-ispell=${PREFIX}/bin/ispell \