svn commit: r483083 - head/games/openlierox

Jan Beich jbeich at FreeBSD.org
Sat Oct 27 01:10:06 UTC 2018


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 at 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


More information about the svn-ports-head mailing list