diff options
Diffstat (limited to 'emulators/linux-c7/Makefile')
-rw-r--r-- | emulators/linux-c7/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/linux-c7/Makefile b/emulators/linux-c7/Makefile index a1e1d2d695ef..b8a19dec35ef 100644 --- a/emulators/linux-c7/Makefile +++ b/emulators/linux-c7/Makefile @@ -1,6 +1,6 @@ PORTNAME= linux-c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -66,11 +66,9 @@ USES= linux:c7 metaport .include <bsd.port.options.mk> .if ${ARCH} == amd64 -RUN_DEPENDS+= linux-c7-sdl_image>0:graphics/linux-c7-sdl_image \ - linux-c7-openal-soft>0:audio/linux-c7-openal-soft \ +RUN_DEPENDS+= linux-c7-openal-soft>0:audio/linux-c7-openal-soft \ + linux-c7-sdl12-extralibs>0:misc/linux-c7-sdl12-extralibs \ linux-c7-sdl20>0:devel/linux-c7-sdl20 \ - linux-c7-sdl_mixer>0:audio/linux-c7-sdl_mixer \ - linux-c7-sdl_ttf>0:graphics/linux-c7-sdl_ttf \ linux-c7-qtwebkit>0:www/linux-c7-qtwebkit .endif |