Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 01:10:06 +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: r483083 - head/games/openlierox
Message-ID:  <201810270110.w9R1A6cv019081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct 27 01:10:05 2018
New Revision: 483083
URL: https://svnweb.freebsd.org/changeset/ports/483083

Log:
  games/openlierox: drop boost dependency
  
  - CMake doesn't check for anything Boost
  - Bundled Boost.Process is only used on Windows

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

Modified: head/games/openlierox/Makefile
==============================================================================
--- head/games/openlierox/Makefile	Sat Oct 27 01:07:21 2018	(r483082)
+++ head/games/openlierox/Makefile	Sat Oct 27 01:10:05 2018	(r483083)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openlierox
 DISTVERSION=	0.58_rc3
-PORTREVISION=	17
+PORTREVISION=	18
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/}
@@ -12,8 +12,7 @@ DISTNAME=	OpenLieroX_${DISTVERSION}.src
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Extremely addictive realtime worms shoot-em-up
 
-LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
-		libcurl.so:ftp/curl
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		tar:bzip2 cmake localbase pkgconfig
 USE_SDL=	sdl image



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