diff options
author | ache <ache@FreeBSD.org> | 1997-02-01 23:06:57 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-01 23:06:57 +0800 |
commit | 00774eb8e2b149991c6d98e1e5358c4df2fe9524 (patch) | |
tree | 86e2d76fbb9bc3a24e9eae4de9b0915bdf645e0b /news/tin | |
parent | 0418cbb3d6b0907b83b149c94305ebab2bcf54f2 (diff) | |
download | freebsd-ports-graphics-00774eb8e2b149991c6d98e1e5358c4df2fe9524.tar.gz freebsd-ports-graphics-00774eb8e2b149991c6d98e1e5358c4df2fe9524.tar.zst freebsd-ports-graphics-00774eb8e2b149991c6d98e1e5358c4df2fe9524.zip |
Add enable-break-long-lines per RFC1522
Diffstat (limited to 'news/tin')
-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 69cbcbd7cd3..e456fa9442b 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 |