svn commit: r438031 - head/lang/gambit-c

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


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

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

Modified:
  head/lang/gambit-c/Makefile

Modified: head/lang/gambit-c/Makefile
==============================================================================
--- head/lang/gambit-c/Makefile	Sat Apr  8 11:05:02 2017	(r438030)
+++ head/lang/gambit-c/Makefile	Sat Apr  8 11:05:08 2017	(r438031)
@@ -17,7 +17,7 @@ LICENSE_COMB=	dual
 USE_GITHUB=	yes
 GH_ACCOUNT=	feeley
 GH_PROJECT=	gambit
-USES=		compiler gmake tar:tgz
+USES=		compiler gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-single-host \
 		--enable-gcc-opts \


More information about the svn-ports-head mailing list