diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /games | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/Makefile | 3 | ||||
-rw-r--r-- | games/el/Makefile | 3 | ||||
-rw-r--r-- | games/megaglest-data/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 6bf5994aadc4..4f7967319a4a 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -25,8 +25,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release -USES= compiler:c++11-lang dos2unix gmake openal:al pkgconfig -USE_XZ= yes +USES= compiler:c++11-lang dos2unix gmake openal:al pkgconfig tar:xz USE_SDL= sdl USE_GNOME= libxml2 gtk20 USE_GL= gl diff --git a/games/el/Makefile b/games/el/Makefile index ee12912c785f..9eaaff1ca366 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libcal3d.so:${PORTSDIR}/graphics/cal3d RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data -USE_XZ= yes -USES= gmake openal:al,alut +USES= gmake openal:al,alut tar:xz USE_GNOME= libxml2 USE_SDL= sdl net image USE_GL= yes diff --git a/games/megaglest-data/Makefile b/games/megaglest-data/Makefile index 11decf75f61a..b44a5a17f5d3 100644 --- a/games/megaglest-data/Makefile +++ b/games/megaglest-data/Makefile @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= rnejdl@ringofsaturn.com COMMENT= MegaGlest data files -USES= dos2unix +USES= dos2unix tar:xz DOS2UNIX_GLOB= *.log *.ini *.html *.txt *.lng -USE_XZ= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |