diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 10:28:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 10:28:58 +0000 |
commit | e8b25cfa83cca43cdfc87bd0848b093e9d1a0e53 (patch) | |
tree | 8297cecd0a7ee21228b08444637f150fe73574bc | |
parent | add xrootconsole 0.5 (diff) |
doesn't build with gcc > 3.0
PR: 40531
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=62973
Diffstat (limited to '')
-rw-r--r-- | news/newscache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index e078a7d7a14d..0c821a7f5064 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/NewsCache GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GCC= 2.95 MAN5= newscache.conf.5 MAN8= NewsCache.8 NewsCacheClean.8 updatenews.8 |