diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 06:00:47 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 06:00:47 +0800 |
commit | 08a99ad2cb74055f818559a41d342fe7ad46151c (patch) | |
tree | 8d3bb2286621ec9dd48655fd5a200bdafc1a5200 /games | |
parent | ad740eb3b040232369976a6c29104749086dbf7b (diff) | |
download | freebsd-ports-gnome-08a99ad2cb74055f818559a41d342fe7ad46151c.tar.gz freebsd-ports-gnome-08a99ad2cb74055f818559a41d342fe7ad46151c.tar.zst freebsd-ports-gnome-08a99ad2cb74055f818559a41d342fe7ad46151c.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/chroma/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/chroma/Makefile b/games/chroma/Makefile index 0b60d4185910..d805887f45bf 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -11,8 +11,7 @@ MASTER_SITES= http://www.level7.org.uk/chroma/download/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Abstract puzzle game -USE_BZIP2= yes -USES= gettext +USES= tar:bzip2 gettext GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lintl" CPPFLAGS+= -I${LOCALBASE}/include |