diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-01 15:06:57 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-01 15:06:57 +0000 |
commit | f789abbd83f2b61a281e981df735b2a65a535414 (patch) | |
tree | 54e3f7cea600d05d9e96b925d4ee06e3c8d7842d /news | |
parent | ae25953717306fc15f7702fca13ec36262b55e9f (diff) | |
download | ports-f789abbd83f2b61a281e981df735b2a65a535414.tar.gz ports-f789abbd83f2b61a281e981df735b2a65a535414.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 69cbcbd7cd3e..e456fa9442b7 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.21 1997/01/20 22:43:16 ache Exp $ +# $Id: Makefile,v 1.22 1997/01/31 11:59:32 ache Exp $ # DISTNAME= tin1.3-unoff-BETA-970127 @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-nntp-default-server=news \ --with-libdir=${PREFIX}/news/lib \ --with-mime-default-charset=US-ASCII \ --enable-forgery \ + --enable-break-long-lines \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ --with-metamail=${PREFIX}/bin/metamail |