svn commit: r357072 - head/x11-fonts/ttmkfdir

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jun 8 20:49:10 UTC 2014


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


More information about the svn-ports-head mailing list