Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 00:52:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483073 - head/games/openlierox
Message-ID:  <201810270052.w9R0qlhd012488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270052.w9R0qlhd012488>