svn commit: r482596 - head/math/analitza

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:31:29 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:31:28 2018
New Revision: 482596
URL: https://svnweb.freebsd.org/changeset/ports/482596

Log:
  math/analitza: fix build with GCC-based architectures
  
  PR:		232263
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/math/analitza/Makefile

Modified: head/math/analitza/Makefile
==============================================================================
--- head/math/analitza/Makefile	Sat Oct 20 16:30:30 2018	(r482595)
+++ head/math/analitza/Makefile	Sat Oct 20 16:31:28 2018	(r482596)
@@ -12,7 +12,7 @@ LICENSE_COMB=		multi
 LICENSE_FILE_GFDL=	${WRKSRC}/COPYING.DOC
 LICENSE_FILE_GPLv2=	 ${WRKSRC}/COPYING
 
-USES=		cmake:outsource kde:5 qt:5 tar:xz
+USES=		cmake:outsource compiler:c++11-lang gl kde:5 qt:5 tar:xz
 USE_GL=		glu
 USE_KDE=	ecm
 USE_QT=		core gui network opengl printsupport qml quick svg widgets xml \


More information about the svn-ports-all mailing list