svn commit: r356493 - head/graphics/libexif

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:18:08 UTC 2014


Author: amdmi3
Date: Wed Jun  4 13:18:08 2014
New Revision: 356493
URL: http://svnweb.freebsd.org/changeset/ports/356493
QAT: https://qat.redports.org/buildarchive/r356493/

Log:
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/libexif/Makefile

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Wed Jun  4 13:14:12 2014	(r356492)
+++ head/graphics/libexif/Makefile	Wed Jun  4 13:18:08 2014	(r356493)
@@ -14,8 +14,7 @@ LICENSE=	LGPL21
 
 OPTIONS_DEFINE=	DOCS NLS
 
-USES=		gmake libtool:keepla pathfix pkgconfig
-USE_BZIP2=	yes
+USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list