svn commit: r442103 - head/games/openomf

Tobias Kortkamp tobik at FreeBSD.org
Tue May 30 16:41:42 UTC 2017


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


More information about the svn-ports-all mailing list