svn commit: r353177 - head/graphics/glosm

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 17:02:37 UTC 2014


Author: amdmi3
Date: Wed May  7 17:02:36 2014
New Revision: 353177
URL: http://svnweb.freebsd.org/changeset/ports/353177
QAT: https://qat.redports.org/buildarchive/r353177/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/graphics/glosm/Makefile

Modified: head/graphics/glosm/Makefile
==============================================================================
--- head/graphics/glosm/Makefile	Wed May  7 16:58:26 2014	(r353176)
+++ head/graphics/glosm/Makefile	Wed May  7 17:02:36 2014	(r353177)
@@ -14,8 +14,7 @@ COMMENT=	3D OpenGL renderer for OpenStre
 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
 


More information about the svn-ports-head mailing list