Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2018 16:45:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460617 - head/sysutils/pcbsd-utils
Message-ID:  <201802011645.w11GjALp026204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb  1 16:45:10 2018
New Revision: 460617
URL: https://svnweb.freebsd.org/changeset/ports/460617

Log:
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/pcbsd-utils/Makefile

Modified: head/sysutils/pcbsd-utils/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils/Makefile	Thu Feb  1 16:12:19 2018	(r460616)
+++ head/sysutils/pcbsd-utils/Makefile	Thu Feb  1 16:45:10 2018	(r460617)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	sipcalc:net-mgmt/sipcalc \
 
 WRKSRC_SUBDIR=	src-sh/pcbsd-utils
 USE_QT5=	core network buildtools qmake
-USES=		pkgconfig tar:xz
+USES=		pkgconfig
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 USE_GITHUB=	yes



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