diff options
author | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-18 00:09:29 +0800 |
commit | dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6 (patch) | |
tree | 76234934eba7210d6aca9d178bb055f163431278 /lang | |
parent | e738a683373def0e7540d0e6027860ba8c147e94 (diff) | |
download | freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.gz freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.tar.zst freebsd-ports-gnome-dcd98f01d2f218c3f2e16ecc322c9ae6c6fab0e6.zip |
- Fix after spliting firebird
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc/Makefile | 4 | ||||
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php4/Makefile.ext | 4 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 4 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index d20ea03f0134..30b46cc4294f 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= fpc PORTVERSION= 1.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \ @@ -25,7 +25,7 @@ COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions .include <bsd.port.pre.mk> -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird +LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client .if ${OSVERSION} < 470000 EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar TAR= ${LOCALBASE}/bin/gtar diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 42abe6522d2d..a186ceed8e68 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.3.11 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index d6c83fa9c505..ca0464e673ef 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -148,9 +148,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" 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" diff --git a/lang/php53/Makefile b/lang/php53/Makefile index fbde54df410a..aa3dfad1e6c2 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 43ff55cb36e1..d627640750fe 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" |