Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 16:41:41 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442103 - head/games/openomf
Message-ID:  <201705301641.v4UGffjB023207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue May 30 16:41:40 2017
New Revision: 442103
URL: https://svnweb.freebsd.org/changeset/ports/442103

Log:
  Fix OpenAL dependency
  
  PR:		219266
  Approved by:	lme (mentor), devel@stasyan.com (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D10788

Modified:
  head/games/openomf/Makefile

Modified: head/games/openomf/Makefile
==============================================================================
--- head/games/openomf/Makefile	Tue May 30 16:38:56 2017	(r442102)
+++ head/games/openomf/Makefile	Tue May 30 16:41:40 2017	(r442103)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openomf
 PORTVERSION=	0.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.omf2097.com/pub/files/omf/:data
 DISTFILES+=	omf2097.rar:data
@@ -16,7 +16,6 @@ COMMENT=	Rewritten engine for One Must Fall 2097
 LIB_DEPENDS=	libconfuse.so:devel/libconfuse \
 		libpng.so:graphics/png \
 		libargtable2.so:devel/argtable \
-		libopenal.so:audio/openal \
 		libenet.so:net/enet
 EXTRACT_DEPENDS=	unrar:archivers/unrar
 
@@ -28,7 +27,7 @@ GH_TAGNAME=	c36c421
 GH_TUPLE=	omf2097:libShadowDive:b2c34a6:shadow \
 		kode54:dumb:238f23c:libdumb
 
-USES=		cmake compiler:c++11-lang gettext
+USES=		cmake compiler:c++11-lang gettext openal
 USE_SDL=	sdl2
 
 DESKTOP_ENTRIES="OpenOMF" "" \



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