diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 17:02:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 17:02:36 +0000 |
commit | 07f0b59f2cd3f6709e14dd950c125d7f7f396c98 (patch) | |
tree | a5b29d592685f635d98ffb246ea398757c3a8061 /graphics/glosm | |
parent | 14caec5e80627b7fd4eb34ec580c56aee332dc47 (diff) |
- Convert USE_BZIP2 to USES
Notes
Notes:
svn path=/head/; revision=353177
Diffstat (limited to 'graphics/glosm')
-rw-r--r-- | graphics/glosm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index 8b6cf136e9b3..e33e6bdb08c1 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -14,8 +14,7 @@ COMMENT= 3D OpenGL renderer for OpenStreetMap LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libexpat.so:${PORTSDIR}/textproc/expat2 -USE_BZIP2= yes -USES= cmake +USES= tar:bzip2 cmake USE_GL= gl USE_SDL= sdl |