aboutsummaryrefslogtreecommitdiff
path: root/news
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
parent94b00b5e27bfd750dbe464d82b79031130994016 (diff)
downloadports-053d74483a70666d01197aae0b2aae1ddbf789b8.tar.gz
ports-053d74483a70666d01197aae0b2aae1ddbf789b8.zip
Notes
Diffstat (limited to 'news')
-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