diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 13:14:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 13:14:41 +0000 |
commit | 8a21baec0318a4c7e994fe92ecd9f9be519aa8c1 (patch) | |
tree | 5e1502717eb61bb91329e3a30110dcfeec68d6e1 /chinese | |
parent | e1af6fcdaa20e034246e32f68b2d48101eb3f834 (diff) | |
download | ports-8a21baec0318a4c7e994fe92ecd9f9be519aa8c1.tar.gz ports-8a21baec0318a4c7e994fe92ecd9f9be519aa8c1.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/tin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index 10c8ad2db13b..5121f174aced 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1997 # Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> # -# $Id: Makefile,v 1.7 1998/02/04 16:17:17 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/03/03 03:29:32 vanilla Exp $ # DISTNAME= tinpre-1.4-980226 @@ -18,13 +18,16 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes + +# Curses sypport 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=ISO-8859-1 \ --enable-forgery \ - --enable-curses \ - --with-ncurses \ --enable-break-long-lines \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ |