svn commit: r501371 - head/math/analitza

Tobias C. Berner tcberner at FreeBSD.org
Sun May 12 09:39:04 UTC 2019


Author: tcberner
Date: Sun May 12 09:39:03 2019
New Revision: 501371
URL: https://svnweb.freebsd.org/changeset/ports/501371

Log:
  math/analitza: add missing dependency on math/eigen
  
  Submitted by:	fluffy

Modified:
  head/math/analitza/Makefile

Modified: head/math/analitza/Makefile
==============================================================================
--- head/math/analitza/Makefile	Sun May 12 09:34:20 2019	(r501370)
+++ head/math/analitza/Makefile	Sun May 12 09:39:03 2019	(r501371)
@@ -2,6 +2,7 @@
 
 PORTNAME=	analitza
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -12,7 +13,7 @@ LICENSE_COMB=		multi
 LICENSE_FILE_GFDL=	${WRKSRC}/COPYING.DOC
 LICENSE_FILE_GPLv2=	 ${WRKSRC}/COPYING
 
-USES=		cmake compiler:c++11-lang gl kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang eigen:3 gl kde:5 qt:5 tar:xz
 USE_GL=		glu
 USE_KDE=	ecm
 USE_QT=		core declarative gui network opengl printsupport svg widgets xml \


More information about the svn-ports-all mailing list