aboutsummaryrefslogtreecommitdiff
path: root/games/corsix-th/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-21 16:07:53 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-21 16:07:53 +0000
commitbc3651b3cd533c81fd064f9531609aa73cfdee79 (patch)
treedd5c338305b99217f63e7c60ef8dc71557b01d2f /games/corsix-th/Makefile
parentf4c56f4aa9e0e8035878450416f3c2745868d1c6 (diff)
downloadports-bc3651b3cd533c81fd064f9531609aa73cfdee79.tar.gz
ports-bc3651b3cd533c81fd064f9531609aa73cfdee79.zip
games/corsix-th: use ffmpeg instead of ffmpeg1
- Use ffmpeg instead of ffmpeg1 Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=331152
Diffstat (limited to 'games/corsix-th/Makefile')
-rw-r--r--games/corsix-th/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile
index 015c2c2337a5..6e105bab4bad 100644
--- a/games/corsix-th/Makefile
+++ b/games/corsix-th/Makefile
@@ -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>