svn commit: r348928 - head/multimedia/libass

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 09:52:13 UTC 2014


Author: bapt
Date: Mon Mar 24 09:52:13 2014
New Revision: 348928
URL: http://svnweb.freebsd.org/changeset/ports/348928
QAT: https://qat.redports.org/buildarchive/r348928/

Log:
  Convert to USES=tar:xz

Modified:
  head/multimedia/libass/Makefile

Modified: head/multimedia/libass/Makefile
==============================================================================
--- head/multimedia/libass/Makefile	Mon Mar 24 09:45:52 2014	(r348927)
+++ head/multimedia/libass/Makefile	Mon Mar 24 09:52:13 2014	(r348928)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 		libexpat.so:${PORTSDIR}/textproc/expat2 \
 		libfribidi.so:${PORTSDIR}/converters/fribidi
 
-USES=	pathfix pkgconfig
-USE_XZ=	yes
+USES=	pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list