diff options
-rw-r--r-- | www/mod_php4/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
4 files changed, 4 insertions, 6 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 2609f81fe45a..c3bc71aff98f 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -7,6 +7,7 @@ PORTNAME?= mod_php4 PORTVERSION= 4.0.5 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 1f731e1745f4..d962291a7be9 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -173,9 +173,7 @@ while [ "$1" ]; do LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" ;; \"XML\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libexpat.a:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmlparse.h:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat" + echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2" echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}" ;; \"FTP\") diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 2609f81fe45a..c3bc71aff98f 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -7,6 +7,7 @@ PORTNAME?= mod_php4 PORTVERSION= 4.0.5 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 1f731e1745f4..d962291a7be9 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -173,9 +173,7 @@ while [ "$1" ]; do LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" ;; \"XML\") - echo "BUILD_DEPENDS+= \${PREFIX}/lib/libexpat.a:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmlparse.h:\${PORTSDIR}/textproc/expat" - echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat" + echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2" echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}" ;; \"FTP\") |