svn commit: r460617 - head/sysutils/pcbsd-utils

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 1 16:45:11 UTC 2018


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


More information about the svn-ports-head mailing list