diff options
-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 79ed188..82e0253 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 79ed188..82e0253 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} \ |