diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-02 05:04:57 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-02 05:04:57 +0800 |
commit | 3a382fea7aa1ef15e1bc0dcacd432ad4b702877c (patch) | |
tree | a777df58320ccd858c76f4d607fdc8a12c40bd39 /www/mod_php5 | |
parent | 6eada67059ec1edd992d042c8f859e6d02aaf52d (diff) | |
download | freebsd-ports-gnome-3a382fea7aa1ef15e1bc0dcacd432ad4b702877c.tar.gz freebsd-ports-gnome-3a382fea7aa1ef15e1bc0dcacd432ad4b702877c.tar.zst freebsd-ports-gnome-3a382fea7aa1ef15e1bc0dcacd432ad4b702877c.zip |
activate USE_PERL5
Submitted by: maintainer
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 56ff8bf8961a..6e48ffe8eb14 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.50 1998/08/27 14:08:20 kuriyama Exp $ +# $Id: Makefile,v 1.52 1998/09/01 18:38:05 andreas Exp $ # DISTNAME= apache_${APACHE_VER} @@ -18,7 +18,7 @@ MAINTAINER= ibex@physik.TU-Berlin.DE APACHE_VER= 1.3.1 PHP3_VER= 3.0.3 -#USE_PERL5= yes +USE_PERL5= yes IS_INTERACTIVE= yes NO_PACKAGE= Support for different databases |