diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-17 09:58:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-17 09:58:49 +0000 |
commit | 17d100a1d86790f9027cf82d7b1773d434a39ac9 (patch) | |
tree | 33d96f7b545865d1df21338585e2be7be93723c5 /www | |
parent | 5f3405100aab09915810163f00cf21e4b8dde389 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/Makefile | 3 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 79ed1883aad1..82e0253c16fe 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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.84 1999/08/16 18:41:11 dirk Exp $ +# $Id: Makefile,v 1.85 1999/08/17 08:07:01 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -38,6 +38,7 @@ Y2K= http://www.php.net/y2k.php3 VERSION_APACHE= 1.3.6 VERSION_PHP= 4.0b2 +NO_LATEST_LINK= yes USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 79ed1883aad1..82e0253c16fe 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.84 1999/08/16 18:41:11 dirk Exp $ +# $Id: Makefile,v 1.85 1999/08/17 08:07:01 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -38,6 +38,7 @@ Y2K= http://www.php.net/y2k.php3 VERSION_APACHE= 1.3.6 VERSION_PHP= 4.0b2 +NO_LATEST_LINK= yes USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |