svn commit: r529730 - head/net/vnstat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 13:34:12 UTC 2020


Author: sunpoet
Date: Sat Mar 28 13:34:07 2020
New Revision: 529730
URL: https://svnweb.freebsd.org/changeset/ports/529730

Log:
  Remove USES=gmake
  
  It compiles fine without gmake now.
  
  PR:		244818
  Submitted by:	Daniel Engberg <daniel.engberg.lists at pyret.net>

Modified:
  head/net/vnstat/Makefile

Modified: head/net/vnstat/Makefile
==============================================================================
--- head/net/vnstat/Makefile	Sat Mar 28 13:34:02 2020	(r529729)
+++ head/net/vnstat/Makefile	Sat Mar 28 13:34:07 2020	(r529730)
@@ -11,7 +11,7 @@ COMMENT=	Console-based network traffic monitor
 
 LICENSE=	GPLv2
 
-USES=		gmake sqlite
+USES=		sqlite
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	vnstat


More information about the svn-ports-all mailing list