summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-02-11 17:58:27 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-02-11 17:58:27 +0000
commit0416ae8e3a7fdd2e1d0b92577dc550291303142c (patch)
treee2f7ba098e55222d35b9d6b0e4624afba2c6f1d1 /news/inn
parentFixes to deal with updated DISTFILE. (diff)
correct paths to use tcl from the ports collection if tcl support is wanted
as requested by Satoshi, I hope the port maintainer agrees here.
Notes
Notes: svn path=/head/; revision=9668
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 075651b14147..47e69ec74c93 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1)
# Whom: torstenb
#
-# $Id: Makefile,v 1.25 1998/01/25 21:41:01 torstenb Exp $
+# $Id: Makefile,v 1.26 1998/02/10 06:05:23 andreas Exp $
#
DISTNAME= inn-1.7.2
@@ -16,15 +16,10 @@ MAINTAINER= torstenb@FreeBSD.ORG
# If you want PGP verification of control messages set PGPVERIFY to "DO"
PGPVERIFY?= DONT
-# FreeBSD 2.2 comes with tcl in the base system, so it's enabled by default
-# if you want to disable tcl support, set USE_TCL to "DONT"
+# TCL and/or PERL support is needed for writing filters
+# if you want to enable tcl support, set USE_TCL to "DO"
# if you want to enable perl5 support, set USE_PERL5 to "DO"
-# For FreeBSD-current (3.x) you have to manually fine tune scripts/configure,
-# a) if you got rid of the tcl support in the base OS for ports
-# "backward compatibility"
-# b) so tcl80 from the ports collection has to be used and paths slightly
-# change
-USE_TCL?= DO
+USE_TCL?= DONT
USE_PERL5?= DONT
SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5}