diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /databases/soci | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) |
Notes
Diffstat (limited to 'databases/soci')
-rw-r--r-- | databases/soci/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/soci/Makefile b/databases/soci/Makefile index a533706b8138..b1a66c94336b 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -14,8 +14,7 @@ COMMENT= The C++ Database Access Library LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt -USE_ZIP= yes -USES= cmake +USES= cmake zip CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF USE_LDCONFIG= yes |