aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-13 04:40:15 +0800
committerache <ache@FreeBSD.org>2001-08-13 04:40:15 +0800
commit5af8f04436776b088443fbf5e6830c9216f23b31 (patch)
tree498a072150a2bf2a65fb64080aa5f6270785223e /news
parent1a54527e8e382bae47c5f455aece64d3068c78f6 (diff)
downloadfreebsd-ports-gnome-5af8f04436776b088443fbf5e6830c9216f23b31.tar.gz
freebsd-ports-gnome-5af8f04436776b088443fbf5e6830c9216f23b31.tar.zst
freebsd-ports-gnome-5af8f04436776b088443fbf5e6830c9216f23b31.zip
Add WITH_TIN_ to variable
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