diff -urN epic5.FPT/Makefile epic5/Makefile --- epic5.FPT/Makefile Fri Sep 9 14:15:55 2005 +++ epic5/Makefile Mon Feb 6 20:34:04 2006 @@ -21,6 +21,10 @@ MAN1= epic5.1 USE_OPENSSL= yes +OPTIONS= IPV6 "IPv6 support" off +OPTIONS+= TCL "TCL support" on +OPTIONS+= PERL "Perl scripting support" off + .include ## WITHOUT_IPV6: disable IPv6 support @@ -47,7 +51,7 @@ # .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500601 -IGNORE= Perl 5.6.1 or newer is required; we recommend perl 5.8.5 +IGNORE= requires Perl 5.6.1 or newer; we recommend perl 5.8.5 .endif USE_PERL5= yes CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE