svn commit: r331152 - in head/games/corsix-th: . files

William Grzybowski wg at FreeBSD.org
Mon Oct 21 16:07:53 UTC 2013


Author: wg
Date: Mon Oct 21 16:07:53 2013
New Revision: 331152
URL: http://svnweb.freebsd.org/changeset/ports/331152

Log:
  games/corsix-th: use ffmpeg instead of ffmpeg1
  
  - Use ffmpeg instead of ffmpeg1
  
  Approved by:	portmgr (bapt, implicit)

Deleted:
  head/games/corsix-th/files/patch-CMake-FindFFmpeg.cmake
Modified:
  head/games/corsix-th/Makefile

Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile	Mon Oct 21 15:45:53 2013	(r331151)
+++ head/games/corsix-th/Makefile	Mon Oct 21 16:07:53 2013	(r331152)
@@ -3,7 +3,7 @@
 
 PORTNAME=	corsixth
 PORTVERSION=	0.21
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	corsix-th
@@ -29,7 +29,7 @@ MOVIES_DESC=	Play in-game movies
 
 MOVIES_CMAKE_ON=	-DWITH_MOVIES=ON
 MOVIES_CMAKE_OFF=	-DWITH_MOVIES=OFF
-MOVIES_LIB_DEPENDS=	libswresample1.so:${PORTSDIR}/multimedia/ffmpeg1
+MOVIES_LIB_DEPENDS=	libswresample.so:${PORTSDIR}/multimedia/ffmpeg
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list