Date: Mon, 26 Apr 2021 15:17:11 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 559cad9f94a6 - 2021Q2 - games/gnurobots: fix build Message-ID: <202104261517.13QFHB3h073095@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=559cad9f94a6ef257eb40783f72006596554fafd commit 559cad9f94a6ef257eb40783f72006596554fafd Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-26 14:47:58 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-04-26 14:47:58 +0000 games/gnurobots: fix build --- games/gnurobots/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 1c9b1aa5304f..aaefd2045c99 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -16,7 +16,7 @@ COMMENT= GNU diversion wherein Scheme-coded robots explore a world LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libguile.so:lang/guile +LIB_DEPENDS= libguile.so:lang/guile1 USES= gnome pkgconfig readline USE_GNOME= vte
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261517.13QFHB3h073095>