svn commit: r408792 - head/devel/libbrotli

Sergey A. Osokin osa at FreeBSD.org
Sat Feb 13 12:53:21 UTC 2016


Author: osa
Date: Sat Feb 13 12:53:19 2016
New Revision: 408792
URL: https://svnweb.freebsd.org/changeset/ports/408792

Log:
  Remove a needless string, it's the non-functional change.

Modified:
  head/devel/libbrotli/Makefile

Modified: head/devel/libbrotli/Makefile
==============================================================================
--- head/devel/libbrotli/Makefile	Sat Feb 13 12:31:58 2016	(r408791)
+++ head/devel/libbrotli/Makefile	Sat Feb 13 12:53:19 2016	(r408792)
@@ -19,7 +19,6 @@ GH_ACCOUNT=	bagder google:brotli
 GH_PROJECT=	brotli:brotli
 GH_TAGNAME=	${LIBBROTLI_VERSION} v${BROTLI_VERSION}:brotli
 
-#USES=		pkgconfig autoreconf libtool compiler:c++0x gmake
 USES=		pkgconfig autoreconf libtool compiler:c++0x
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list