aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2023-02-11 11:24:38 +0000
committerMatthias Andree <mandree@FreeBSD.org>2023-02-11 11:24:38 +0000
commit2aad3c6cfbec78c93717caaf24a20cf7f7828a4d (patch)
treed2d40dc6c93f8c2be18591b0f4470c6dc5fc4285
parentc7cc2eec7cca42e4c5f0135d7053703ef5ffb826 (diff)
downloadports-2aad3c6cfbec78c93717caaf24a20cf7f7828a4d.tar.gz
ports-2aad3c6cfbec78c93717caaf24a20cf7f7828a4d.zip
devel/libspice-server: Re-add autoconf-archive BUILD_DEPENDS
to fix configure.ac:54: error: Missing AX_CXX_COMPILE_STDCXX_11, install autoconf-archive Related to: PR: 268819 Approved by: portmgr@ (blanket just-fix-it for _DEPENDS)
-rw-r--r--devel/libspice-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libspice-server/Makefile b/devel/libspice-server/Makefile
index 4a00d0742467..574ae443e8cb 100644
--- a/devel/libspice-server/Makefile
+++ b/devel/libspice-server/Makefile
@@ -12,7 +12,8 @@ WWW= https://spice-space.org/
LICENSE= GPLv2
LIB_DEPENDS= libopus.so:audio/opus
-BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol
+BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive \
+ spice-protocol>=0.12.10:devel/spice-protocol
OPTIONS_DEFINE= GSTREAMER LZ4 SASL STATISTICS
OPTIONS_DEFAULT= GSTREAMER LZ4 SASL