aboutsummaryrefslogtreecommitdiffstats
path: root/games/tomatoes
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-08 02:06:21 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-08 02:06:21 +0800
commit696e88560c8a8861a2392631c27ef00bbd380d89 (patch)
treebb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/tomatoes
parent4517607d56d9e44577568cda1eaf32f8bc0c6c37 (diff)
downloadfreebsd-ports-gnome-696e88560c8a8861a2392631c27ef00bbd380d89.tar.gz
freebsd-ports-gnome-696e88560c8a8861a2392631c27ef00bbd380d89.tar.zst
freebsd-ports-gnome-696e88560c8a8861a2392631c27ef00bbd380d89.zip
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Diffstat (limited to 'games/tomatoes')
-rw-r--r--games/tomatoes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile
index 355e8563e917..6cdb2e173474 100644
--- a/games/tomatoes/Makefile
+++ b/games/tomatoes/Makefile
@@ -15,10 +15,9 @@ COMMENT= Tomato-smashing, Q-Bert style
WRKSRC= ${WRKDIR}/tomatoes-${PORTVERSION}5
TDATA= ${WRKDIR}/tomatoes-${PORTVERSION}
-USE_BZIP2= yes
+USES= tar:bzip2 gmake
USE_SDL= mixer image
USE_GL= gl
-USES= gmake
MAKEFILE= makefile
MAKE_ARGS= CC="${CXX}" \
MPKDIR="${DATADIR}/" \