diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-04 15:06:56 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-04 15:06:56 +0000 |
commit | 7b0570927c13ca5050fae8216f8f4ed37a1f8ba0 (patch) | |
tree | 718f9e0869c76e50a8ced483dc5ffcf39c2c5aed /news | |
parent | 496dbf7a2c73b3e252b6d1753f44e239995b7779 (diff) | |
download | pkgsrc-7b0570927c13ca5050fae8216f8f4ed37a1f8ba0.tar.gz |
enable generation of message-ID and use of msg-id-cache.
ok'd by MAINTAINER mjl
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 85a81b02c8f..c3cc3e71d41 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/03/28 13:05:10 grant Exp $ +# $NetBSD: Makefile,v 1.21 2002/08/04 15:06:56 jschauma Exp $ # DISTNAME= slrn-0.9.7.4 @@ -14,7 +14,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \ --enable-spool --enable-grouplens \ - --disable-gen-mid --with-libdir=${PREFIX}/lib/slrn \ + --with-gen-mid --with-libdir=${PREFIX}/lib/slrn \ + --enable-mid-cache # the next is a workaround, as 1.3.2 install doesn't like -c and -d # together |