diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-14 01:31:16 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-14 01:31:16 +0800 |
commit | 726a741d2642de31c44f5afebf5508d20ac82873 (patch) | |
tree | ea5a28ec28e692151d69e2ff27f6adbbb9fa7aa2 /www/mod_php4/Makefile | |
parent | c9adc37edad30389ffc233955888982e8780adac (diff) | |
download | freebsd-ports-graphics-726a741d2642de31c44f5afebf5508d20ac82873.tar.gz freebsd-ports-graphics-726a741d2642de31c44f5afebf5508d20ac82873.tar.zst freebsd-ports-graphics-726a741d2642de31c44f5afebf5508d20ac82873.zip |
Upgrade to Apache 1.3.4 and mod_ssl 2.1.7.
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 14495a3a0f4..b26e89a9d68 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -22,7 +22,7 @@ MAINTAINER= dirk@FreeBSD.ORG Y2K= http://www.php.net/y2k.php3 -VERSION_APACHE= 1.3.3 +VERSION_APACHE= 1.3.4 VERSION_PHP3= 3.0.6 # @@ -31,6 +31,7 @@ VERSION_PHP3= 3.0.6 GNU_CONFIGURE= yes CONFIGURE_ARGS= \ + --with-layout=GNU \ --sysconfdir=${PREFIX}/etc/apache \ --includedir=${PREFIX}/include/apache \ --logfiledir=/var/log \ |