diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:06:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:06:21 +0800 |
commit | 696e88560c8a8861a2392631c27ef00bbd380d89 (patch) | |
tree | bb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/ri-li | |
parent | 4517607d56d9e44577568cda1eaf32f8bc0c6c37 (diff) | |
download | freebsd-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/ri-li')
-rw-r--r-- | games/ri-li/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile index 4e3936fab8b5..9ea29449bea7 100644 --- a/games/ri-li/Makefile +++ b/games/ri-li/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}%20Linux_Unix/${PORTNAME}%20V${PORTVE MAINTAINER= amdmi3@FreeBSD.org COMMENT= Drive a toy wood train in many levels - snake-like arcade game -USE_BZIP2= yes +USES= tar:bzip2 gmake GNU_CONFIGURE= yes -USES= gmake USE_SDL= sdl mixer CPPFLAGS+= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include |