diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 05:57:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 05:57:33 +0800 |
commit | eb50d2ca9401bc3dd6fb33cb20622dd35e5046a1 (patch) | |
tree | 7c45d08e11251504893c21a8d14046d9d663cb19 /games | |
parent | 2faf7c9e407a63d160278c4a4a5f8212d99f948a (diff) | |
download | freebsd-ports-gnome-eb50d2ca9401bc3dd6fb33cb20622dd35e5046a1.tar.gz freebsd-ports-gnome-eb50d2ca9401bc3dd6fb33cb20622dd35e5046a1.tar.zst freebsd-ports-gnome-eb50d2ca9401bc3dd6fb33cb20622dd35e5046a1.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/wop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/wop/Makefile b/games/wop/Makefile index e97444a21f82..7aecc8cca184 100644 --- a/games/wop/Makefile +++ b/games/wop/Makefile @@ -15,8 +15,7 @@ COMMENT= Free real-time Worms game BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -USES= gmake -USE_BZIP2= yes +USES= tar:bzip2 gmake USE_SDL= sdl net mixer ttf image DATAVERSION= 2005-12-21 |