svn commit: r353217 - head/games/chroma

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 22:00:48 UTC 2014


Author: amdmi3
Date: Wed May  7 22:00:47 2014
New Revision: 353217
URL: http://svnweb.freebsd.org/changeset/ports/353217
QAT: https://qat.redports.org/buildarchive/r353217/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/games/chroma/Makefile

Modified: head/games/chroma/Makefile
==============================================================================
--- head/games/chroma/Makefile	Wed May  7 22:00:03 2014	(r353216)
+++ head/games/chroma/Makefile	Wed May  7 22:00:47 2014	(r353217)
@@ -11,8 +11,7 @@ MASTER_SITES=	http://www.level7.org.uk/c
 MAINTAINER=	amdmi3 at 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


More information about the svn-ports-all mailing list