Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 20:49:10 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357072 - head/x11-fonts/ttmkfdir
Message-ID:  <201406082049.s58KnAjX027379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Jun  8 20:49:10 2014
New Revision: 357072
URL: http://svnweb.freebsd.org/changeset/ports/357072
QAT: https://qat.redports.org/buildarchive/r357072/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/x11-fonts/ttmkfdir/Makefile

Modified: head/x11-fonts/ttmkfdir/Makefile
==============================================================================
--- head/x11-fonts/ttmkfdir/Makefile	Sun Jun  8 19:54:21 2014	(r357071)
+++ head/x11-fonts/ttmkfdir/Makefile	Sun Jun  8 20:49:10 2014	(r357072)
@@ -15,9 +15,8 @@ COMMENT=	Create fonts.scale file for use
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 PLIST_FILES=	bin/ttmkfdir
-USE_BZIP2=	yes
 USE_XORG=	x11
-USES=		gmake
+USES=		gmake tar:bzip2
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${STAGEDIR}${PREFIX}/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406082049.s58KnAjX027379>