summaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
committersem <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
commitdcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 (patch)
tree76234934eba7210d6aca9d178bb055f163431278 /lang/php53
parente738a683373def0e7540d0e6027860ba8c147e94 (diff)
downloadFreeBSD-ports-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.zip
FreeBSD-ports-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.gz
- Fix after spliting firebird
- Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile2
-rw-r--r--lang/php53/Makefile.ext4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index fbde54d..aa3dfad 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/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/php53/Makefile.ext b/lang/php53/Makefile.ext
index 43ff55c..d627640 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/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"
OpenPOWER on IntegriCloud