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/soci | |
parent | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (diff) | |
download | ports-38cbe5cc9e99750df54915725121abf28135a148.tar.gz ports-38cbe5cc9e99750df54915725121abf28135a148.zip |
Notes
Diffstat (limited to 'databases/soci')
-rw-r--r-- | databases/soci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/soci/Makefile b/databases/soci/Makefile index 82155ae179d8..6e55d0067ce1 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -46,7 +46,7 @@ BOOST_LIB_DEPENDS= libboost_date_time.so:devel/boost-libs BOOST_CMAKE_ON= -DWITH_BOOST:BOOL=ON BOOST_CMAKE_OFF= -DWITH_BOOST:BOOL=OFF -FIREBIRD_USE= FIREBIRD=yes +FIREBIRD_USES= firebird FIREBIRD_CMAKE_ARGS_ON= -DWITH_FIREBIRD:BOOL=ON FIREBIRD_CMAKE_ARGS_OFF= -DWITH_FIREBIRD:BOOL=OFF |