diff options
author | andreas <andreas@FreeBSD.org> | 1998-02-12 01:58:27 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-02-12 01:58:27 +0800 |
commit | dfd4a11c4d32050932d7c58019eec057d60f4e14 (patch) | |
tree | e250d9022339dbed12d314e4c3067a89a787b9cb /news/inn-stable | |
parent | 800ff0e900d5103266a0e909f9d43d022f1191d1 (diff) | |
download | freebsd-ports-gnome-dfd4a11c4d32050932d7c58019eec057d60f4e14.tar.gz freebsd-ports-gnome-dfd4a11c4d32050932d7c58019eec057d60f4e14.tar.zst freebsd-ports-gnome-dfd4a11c4d32050932d7c58019eec057d60f4e14.zip |
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.
Diffstat (limited to 'news/inn-stable')
-rw-r--r-- | news/inn-stable/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 075651b14147..47e69ec74c93 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/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} |