svn commit: r355320 - head/misc/chmlib

Martin Wilke miwi at FreeBSD.org
Mon May 26 12:48:30 UTC 2014


Author: miwi
Date: Mon May 26 12:48:29 2014
New Revision: 355320
URL: http://svnweb.freebsd.org/changeset/ports/355320
QAT: https://qat.redports.org/buildarchive/r355320/

Log:
  - Unbreak index

Modified:
  head/misc/chmlib/Makefile

Modified: head/misc/chmlib/Makefile
==============================================================================
--- head/misc/chmlib/Makefile	Mon May 26 12:34:55 2014	(r355319)
+++ head/misc/chmlib/Makefile	Mon May 26 12:48:29 2014	(r355320)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.jedrea.com/chml
 MAINTAINER=	fluffy at FreeBSD.org
 COMMENT=	A library for dealing with Microsoft ITSS/CHM format files
 
-USES=		gmake bzip2
+USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list