Date: Tue, 7 Apr 2015 12:34:13 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383509 - head/Mk Message-ID: <201504071234.t37CYDA2006566@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504071234.t37CYDA2006566>