svn commit: r483441 - head/math/fxt

Wen Heping wen at FreeBSD.org
Tue Oct 30 01:55:08 UTC 2018


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
 


More information about the svn-ports-all mailing list