aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:14:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:14:02 +0000
commit38cbe5cc9e99750df54915725121abf28135a148 (patch)
tree308ec6a88700b00819d64b8c4aeca9c20dd8bd87 /databases/sqlrelay/Makefile
parent21bc5c0345300431d6e3edc6c43d743c61fc7b5e (diff)
Notes
Diffstat (limited to 'databases/sqlrelay/Makefile')
-rw-r--r--databases/sqlrelay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index a54b23cbf0b6..4f4382968188 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -110,7 +110,7 @@ CONFIGURE_ARGS+= --disable-mysql
.endif
.if ${PORT_OPTIONS:MFIREBIRD}
-USE_FIREBIRD= yes
+USES+= firebird
CONFIGURE_ARGS+= --with-firebird-prefix="${LOCALBASE}"
TOSTRIP+= libexec/sqlrelay/sqlrconnection_firebird.so
.else