Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2016 12:53:19 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408792 - head/devel/libbrotli
Message-ID:  <201602131253.u1DCrJMj014157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602131253.u1DCrJMj014157>