diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 02:47:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 02:47:33 +0000 |
commit | c7beeaae1feca224aedba61f2d6c075df967a28c (patch) | |
tree | a3823710e09e2bc1d7a11631e012181d7c8f6c4f /www/mod_php3 | |
parent | Build a shared version of the library, too. (diff) |
More Y2K Statement Links...
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index a759f484702a..14495a3a0f4b 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/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.63 1999/01/03 12:26:47 dirk Exp $ +# $Id: Makefile,v 1.64 1999/01/08 17:22:06 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -20,6 +20,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= dirk@FreeBSD.ORG +Y2K= http://www.php.net/y2k.php3 + VERSION_APACHE= 1.3.3 VERSION_PHP3= 3.0.6 |