summaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-17 16:09:29 +0000
commit913cb3ae08e2bb3058572039ad7a1adcead8df3a (patch)
tree4421d0af7029c63503917d9f0a75946fb3005826 /databases/sqlrelay
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 'databases/sqlrelay')
-rw-r--r--databases/sqlrelay/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index ee30c1743fbf..efc035a0ca51 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sqlrelay
@@ -68,8 +69,8 @@ IF_MYSQL= "@comment "
.endif
.if defined(WITH_INTERBASE) && ${WITH_INTERBASE:L} != no
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
-CONFIGURE_ARGS+= --with-interbase-prefix="${LOCALBASE}/firebird"
+LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
+CONFIGURE_ARGS+= --with-interbase-prefix="${LOCALBASE}"
IF_INTERBASE= ""
.else
CONFIGURE_ARGS+= --disable-interbase