Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 01:55:07 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483441 - head/math/fxt
Message-ID:  <201810300155.w9U1t7WA095022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Oct 30 01:55:07 2018
New Revision: 483441
URL: https://svnweb.freebsd.org/changeset/ports/483441

Log:
  - Remove compiler:c++11-lib from Uses, no needed here

Modified:
  head/math/fxt/Makefile

Modified: head/math/fxt/Makefile
==============================================================================
--- head/math/fxt/Makefile	Tue Oct 30 01:20:14 2018	(r483440)
+++ head/math/fxt/Makefile	Tue Oct 30 01:55:07 2018	(r483441)
@@ -16,7 +16,7 @@ BROKEN_FreeBSD_10=	Fails to build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		gmake compiler:c++11-lib
+USES=		gmake
 MAKE_ENV=	FXT_INSTALL="${INSTALL_DATA}"
 MAKEFILE=	makefile
 



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