aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-15 08:17:22 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-15 08:31:56 +0000
commit31e5c3686bbc36849104085725d032955cac8e2f (patch)
treed753da7c334772f433e44f6e4ffaed658d8d1957
parentc611243333978b328d668359a369543513123130 (diff)
downloadports-31e5c3686bbc36849104085725d032955cac8e2f.tar.gz
ports-31e5c3686bbc36849104085725d032955cac8e2f.zip
net/astron: Use proper options helper for SOCI
-rw-r--r--net/astron/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/astron/Makefile b/net/astron/Makefile
index 7e427e3c703b..7124bb487cfb 100644
--- a/net/astron/Makefile
+++ b/net/astron/Makefile
@@ -24,9 +24,6 @@ OPTIONS_DEFAULT= SOCI
SOCI_DESC= Database support via Soci
SOCI_LIB_DEPENDS= libsoci_core.so:databases/soci
-
-.if !empty(VARIABLE:MSOCI)
-CMAKE_ARGS+= -DSOCI_FOUND=NO
-.endif
+SOCI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Soci
.include <bsd.port.mk>