svn commit: r438034 - head/print/cups

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 8 11:05:27 UTC 2017


Author: amdmi3
Date: Sat Apr  8 11:05:26 2017
New Revision: 438034
URL: https://svnweb.freebsd.org/changeset/ports/438034

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

Modified:
  head/print/cups/Makefile

Modified: head/print/cups/Makefile
==============================================================================
--- head/print/cups/Makefile	Sat Apr  8 11:05:19 2017	(r438033)
+++ head/print/cups/Makefile	Sat Apr  8 11:05:26 2017	(r438034)
@@ -38,7 +38,7 @@ CONFIGURE_ARGS=	--disable-dnssd						\
 		--with-pam-module="unix"				\
 		ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI=	\
 		ac_cv_path_PHP= ac_cv_path_PYTHON=
-USES=		cpe gmake iconv localbase pkgconfig tar:bzip2
+USES=		cpe gmake iconv localbase pkgconfig
 CPE_VENDOR=	apple
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	cupsd


More information about the svn-ports-all mailing list