Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 13:15:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362678 - head/x11-fonts/sourcecodepro-ttf
Message-ID:  <201407231315.s6NDFA3I054338@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul 23 13:15:10 2014
New Revision: 362678
URL: http://svnweb.freebsd.org/changeset/ports/362678
QAT: https://qat.redports.org/buildarchive/r362678/

Log:
  - Sort BUILD_DEPENDS

Modified:
  head/x11-fonts/sourcecodepro-ttf/Makefile

Modified: head/x11-fonts/sourcecodepro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcecodepro-ttf/Makefile	Wed Jul 23 13:11:40 2014	(r362677)
+++ head/x11-fonts/sourcecodepro-ttf/Makefile	Wed Jul 23 13:15:10 2014	(r362678)
@@ -12,16 +12,16 @@ COMMENT=	Set of fonts by Adobe designed 
 
 LICENSE=	OFL11
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
+BUILD_DEPENDS=	${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
 		${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
-		${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+		${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
 NO_BUILD=	yes
 USE_XORG=	x11
 USES=		zip
 
-PLIST_SUB=	FONTDIR="${FONTDIR:S|${PREFIX}/||}"
 PKGMESSAGE=	${WRKDIR}/pkg-message
+PLIST_SUB=	FONTDIR="${FONTDIR:S|${PREFIX}/||}"
 SUB_FILES=	pkg-message
 SUB_LIST=	FONTDIR=${FONTDIR}
 



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