diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:14:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:14:02 +0000 |
commit | 38cbe5cc9e99750df54915725121abf28135a148 (patch) | |
tree | 308ec6a88700b00819d64b8c4aeca9c20dd8bd87 /databases/sqlrelay/Makefile | |
parent | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (diff) |
Notes
Diffstat (limited to 'databases/sqlrelay/Makefile')
-rw-r--r-- | databases/sqlrelay/Makefile | 2 |
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 |