svn commit: r375201 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 21 23:40:22 UTC 2014


Author: bapt
Date: Sun Dec 21 23:40:20 2014
New Revision: 375201
URL: https://svnweb.freebsd.org/changeset/ports/375201
QAT: https://qat.redports.org/buildarchive/r375201/

Log:
  Remove useless USES
  
  Reported by:	Oliver Pinter

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Sun Dec 21 23:14:03 2014	(r375200)
+++ head/ports-mgmt/pkg/Makefile	Sun Dec 21 23:40:20 2014	(r375201)
@@ -14,8 +14,6 @@ COMMENT=	Package manager
 
 LICENSE=	BSD2CLAUSE
 
-USES=		tar:xz uidfix
-
 # Disable CCACHE support because of the chicken/egg problem pkg should always
 # With no dependency at all
 NO_CCACHE=	yes


More information about the svn-ports-head mailing list