aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-12-02 04:45:47 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-12-02 04:46:14 +0000
commit78f384660edf5b578487131ef8c1f30356f047e2 (patch)
tree4790e21bfbec1eb99cb9eee715cbd435b0d75d5f
parent770f06c63d9d92ebabd78c0a3ef4e74d02dd166d (diff)
downloadports-78f384660edf5b578487131ef8c1f30356f047e2.tar.gz
ports-78f384660edf5b578487131ef8c1f30356f047e2.zip
net/astron: Unbreak build by disabling SOCI
-rw-r--r--net/astron/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/astron/Makefile b/net/astron/Makefile
index b5ba0ca1dfd9..19711922318f 100644
--- a/net/astron/Makefile
+++ b/net/astron/Makefile
@@ -1,6 +1,6 @@
PORTNAME= astron
PORTVERSION= 0.0.20200521
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= nc@FreeBSD.org
@@ -20,11 +20,4 @@ GH_TAGNAME= c8ba982
PLIST_FILES= bin/astrond
-OPTIONS_DEFINE= SOCI
-OPTIONS_DEFAULT= SOCI
-
-SOCI_DESC= Database support via Soci
-SOCI_LIB_DEPENDS= libsoci_core.so:databases/soci
-SOCI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Soci
-
.include <bsd.port.mk>