svn commit: r358675 - head/graphics/dmtx-utils

John Marino marino at FreeBSD.org
Sat Jun 21 07:38:33 UTC 2014


Author: marino
Date: Sat Jun 21 07:38:32 2014
New Revision: 358675
URL: http://svnweb.freebsd.org/changeset/ports/358675
QAT: https://qat.redports.org/buildarchive/r358675/

Log:
  graphics/dmtx-utils: USES+= pkgconfig
  
  While unbreaking configuration in poudriere, also convert USE_BZIP2.
  Covered by just-fix-it blanket.

Modified:
  head/graphics/dmtx-utils/Makefile

Modified: head/graphics/dmtx-utils/Makefile
==============================================================================
--- head/graphics/dmtx-utils/Makefile	Sat Jun 21 07:05:34 2014	(r358674)
+++ head/graphics/dmtx-utils/Makefile	Sat Jun 21 07:38:32 2014	(r358675)
@@ -13,7 +13,7 @@ COMMENT=	Software for reading and writin
 
 LIB_DEPENDS=	libdmtx.so:${PORTSDIR}/graphics/libdmtx
 
-USE_BZIP2=	yes
+USES=		tar:bzip2 pkgconfig
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 


More information about the svn-ports-head mailing list