diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:09:29 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:09:29 +0000 |
commit | 913cb3ae08e2bb3058572039ad7a1adcead8df3a (patch) | |
tree | 4421d0af7029c63503917d9f0a75946fb3005826 /lang/php5 | |
parent | - Split database/firebird into -client and -server (diff) |
- Fix after spliting firebird
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Notes
Notes:
svn path=/head/; revision=135485
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" |