diff options
author | ache <ache@FreeBSD.org> | 2001-08-12 20:40:15 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-12 20:40:15 +0000 |
commit | 5af8f04436776b088443fbf5e6830c9216f23b31 (patch) | |
tree | 498a072150a2bf2a65fb64080aa5f6270785223e /news | |
parent | 1a54527e8e382bae47c5f455aece64d3068c78f6 (diff) | |
download | FreeBSD-ports-5af8f04436776b088443fbf5e6830c9216f23b31.zip FreeBSD-ports-5af8f04436776b088443fbf5e6830c9216f23b31.tar.gz |
Add WITH_TIN_ to variable
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 9426041..fe16e9c 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 |