diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index fbde54df410a..aa3dfad1e6c2 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.0.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 43ff55cb36e1..d627640750fe 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -142,9 +142,9 @@ USE_OPENSSL= yes .endif .if ${PHP_MODNAME} == "interbase" -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird +LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client -CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird +CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} .endif .if ${PHP_MODNAME} == "ldap" |