|
|
@ -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 |
|
|
|
|
|
|
|