diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-17 09:58:49 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-17 09:58:49 +0000 |
commit | f8d280c6ee1a7a4fd1d5990f95285e545c7d5d5d (patch) | |
tree | d101352dca287c31df65d31f08017b33d89d33f3 /www/mod_php5 | |
parent | 560a951cbc374c9b1baa8f473c53c68773138ff6 (diff) | |
download | FreeBSD-ports-f8d280c6ee1a7a4fd1d5990f95285e545c7d5d5d.zip FreeBSD-ports-f8d280c6ee1a7a4fd1d5990f95285e545c7d5d5d.tar.gz |
Set NO_LATEST_LINK to yes.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} \ |