diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-13 11:45:36 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-13 11:45:36 +0000 |
commit | 9732b3c7af804a2ed0aa994f02bca532ee3c2ff6 (patch) | |
tree | 6731382061e0ee7ea9e2039f552dcfcc52d2e2b5 /www/mod_php5/scripts | |
parent | e14c8adad7e9164f7882da57e37b3238008dde23 (diff) |
Notes
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 364fc4c5c289..86051644e777 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -189,7 +189,7 @@ while [ "$1" ]; do \"japanese\") ${CAT} << EOF MASTER_SITES+= ftp://night.fminn.nagano.nagano.jp/php4/ -DISTFILES= \${DISTNAME}\${EXTRACT_SUFX} php4_jstring-20010205.tar.gz php4_mbregex-1.2.tar.gz +DISTFILES= \${DISTNAME}\${EXTRACT_SUFX} php4_jstring-1.1.1.tar.gz php4_mbregex-1.2.1.tar.gz CONFIGURE_ARGS+=--enable-jstring --enable-mbregex BUILD_DEPENDS+= automake:\${PORTSDIR}/devel/automake BUILD_DEPENDS+= autoconf:\${PORTSDIR}/devel/autoconf |