diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-13 20:03:32 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-13 20:03:32 +0800 |
commit | d566788053c3c0a33beb3c9a6ebbbbb86b4d5a55 (patch) | |
tree | cdc754df219d4cea4ac1b9bb91c14050139f3e81 /games | |
parent | 1bd28548836d39ee25e83f763b8e83696a415882 (diff) | |
download | freebsd-ports-gnome-d566788053c3c0a33beb3c9a6ebbbbb86b4d5a55.tar.gz freebsd-ports-gnome-d566788053c3c0a33beb3c9a6ebbbbb86b4d5a55.tar.zst freebsd-ports-gnome-d566788053c3c0a33beb3c9a6ebbbbb86b4d5a55.zip |
Convert to USES=tar:bzip2
PR: ports/187486
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/tome4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 92a8f7e9e96e..7fa6215aaf42 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -23,8 +23,7 @@ DESKTOP_ENTRIES="ToME 4" "${COMMENT}" "${PORTNAME}" \ WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION} MAKE_ARGS+= config=release verbose=yes ARCH="" -USES= gmake openal:al -USE_BZIP2= yes +USES= gmake openal:al tar:bzip2 USE_SDL= image2 sdl2 ttf2 USE_GL= gl SUB_FILES= tome4 |