From 3b45454f54e3f4224bc6c6656606a9cd7396d140 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 11 Jan 2019 20:56:25 +0000 Subject: [PATCH] - Don't needlessly specify .so version --- games/cretan-hubris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/cretan-hubris/Makefile b/games/cretan-hubris/Makefile index 153f5a86a7f5..df6600a7cb09 100644 --- a/games/cretan-hubris/Makefile +++ b/games/cretan-hubris/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine LIB_DEPENDS= liblua-5.1.so:lang/lua51 \ libpng.so:graphics/png \ - libphysfs.so.1:devel/physfs + libphysfs.so:devel/physfs RUN_DEPENDS= zip:archivers/zip USES= pkgconfig