summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-12 20:40:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-12 20:40:15 +0000
commit053d74483a70666d01197aae0b2aae1ddbf789b8 (patch)
tree6f65ef517729e5378135cc340d1884ee0aa50d50 /news/tin
parentInclude the C++ compiler. Certainly of limited use for a (diff)
Add WITH_TIN_ to variable
Notes
Notes: svn path=/head/; revision=46157
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 94260410aa09..fe16e9c66b73 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver
ALL_TARGET= build
MAN1= tin.1
-.if defined(NNTP_ONLY)
+.if defined(WITH_TIN_NNTP_ONLY)
CONFIGURE_ARGS+= --enable-nntp-only
.endif