svn commit: r458029 - head/graphics/movit

Mathieu Arnold mat at FreeBSD.org
Thu Jan 4 14:09:33 UTC 2018


Author: mat
Date: Thu Jan  4 14:09:31 2018
New Revision: 458029
URL: https://svnweb.freebsd.org/changeset/ports/458029

Log:
  This needs eigen at runtime too.
  
  Pointy hat:	tcberner
  Sponsored by:	Absolight

Modified:
  head/graphics/movit/Makefile   (contents, props changed)

Modified: head/graphics/movit/Makefile
==============================================================================
--- head/graphics/movit/Makefile	Thu Jan  4 13:03:58 2018	(r458028)
+++ head/graphics/movit/Makefile	Thu Jan  4 14:09:31 2018	(r458029)
@@ -2,7 +2,7 @@
 
 PORTNAME=	movit
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://${PORTNAME}.sesse.net/
 
@@ -14,7 +14,7 @@ LICENSE=	GPLv2+
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libfftw3.so:math/fftw3
 
-USES=		autoreconf gmake eigen:3 libtool pathfix pkgconfig
+USES=		autoreconf gmake eigen:3,build,run libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list