svn commit: r383509 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 7 12:34:13 UTC 2015


Author: bapt
Date: Tue Apr  7 12:34:12 2015
New Revision: 383509
URL: https://svnweb.freebsd.org/changeset/ports/383509

Log:
  Convert missed USE_BZIP2

Modified:
  head/Mk/bsd.xorg.mk

Modified: head/Mk/bsd.xorg.mk
==============================================================================
--- head/Mk/bsd.xorg.mk	Tue Apr  7 12:29:04 2015	(r383508)
+++ head/Mk/bsd.xorg.mk	Tue Apr  7 12:34:12 2015	(r383509)
@@ -29,8 +29,8 @@ Xorg_Pre_Include=		bsd.xorg.mk
 
 .if defined(XORG_CAT)
 # Default variables, common to all new modular xorg ports.
-.if !defined(USE_TGZ) && !defined(USE_XZ)
-USE_BZIP2=    	yes
+.if !defined(USES) || ! ${USES:Mtar*}
+USES+=		tar:bzip2
 .endif
 GNU_CONFIGURE= 	yes
 DIST_SUBDIR=	xorg/${XORG_CAT}


More information about the svn-ports-all mailing list