Skip to content

Commit 99ac441

Browse files
committed
Dependency fix.
1 parent 3cb72e8 commit 99ac441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci-setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ EOF
201201
# ###### FreeBSD ############################################################
202202
elif [ "${UNAME}" == "FreeBSD" ] ; then
203203

204-
ASSUME_ALWAYS_YES=yes pkg install -y bash gcc libtool git python3
204+
ASSUME_ALWAYS_YES=yes pkg install -y autoconf automake bash gcc libtool git python3
205205

206206
# Ports collection:
207207
# This is the slow method via portsnap:

0 commit comments

Comments
 (0)