svn commit: r483073 - head/games/openlierox

Jan Beich jbeich at FreeBSD.org
Sat Oct 27 00:52:48 UTC 2018


Author: jbeich
Date: Sat Oct 27 00:52:47 2018
New Revision: 483073
URL: https://svnweb.freebsd.org/changeset/ports/483073

Log:
  games/openlierox: unbreak with boost 1.69
  
  ===>   openlierox-0.58.r3_17,1 depends on shared library: libboost_signals.so - not found
  
  PR:		232525

Modified:
  head/games/openlierox/Makefile   (contents, props changed)

Modified: head/games/openlierox/Makefile
==============================================================================
--- head/games/openlierox/Makefile	Sat Oct 27 00:52:29 2018	(r483072)
+++ head/games/openlierox/Makefile	Sat Oct 27 00:52:47 2018	(r483073)
@@ -12,7 +12,7 @@ DISTNAME=	OpenLieroX_${DISTVERSION}.src
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Extremely addictive realtime worms shoot-em-up
 
-LIB_DEPENDS=	libboost_signals.so:devel/boost-libs \
+LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libcurl.so:ftp/curl
 
 USES=		tar:bzip2 cmake localbase pkgconfig


More information about the svn-ports-all mailing list