[Midnightbsd-cvs] mports [16710] trunk/misc/chmlib/Makefile: switch to uses

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 08:50:07 EDT 2014


Revision: 16710
          http://svnweb.midnightbsd.org/mports/?rev=16710
Author:   laffer1
Date:     2014-08-30 08:50:06 -0400 (Sat, 30 Aug 2014)
Log Message:
-----------
switch to uses

Modified Paths:
--------------
    trunk/misc/chmlib/Makefile

Modified: trunk/misc/chmlib/Makefile
===================================================================
--- trunk/misc/chmlib/Makefile	2014-08-30 12:48:07 UTC (rev 16709)
+++ trunk/misc/chmlib/Makefile	2014-08-30 12:50:06 UTC (rev 16710)
@@ -6,14 +6,13 @@
 MASTER_SITES=	http://www.jedrea.com/chmlib/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A library for dealing with Microsoft ITSS/CHM format files
+COMMENT=	Library for dealing with Microsoft ITSS/CHM format files
 
 LICENSE=	lgpl
 
-USE_BZIP2=	yes
+USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 post-patch:



More information about the Midnightbsd-cvs mailing list