Date: Thu, 4 Jan 2018 14:09:31 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458029 - head/graphics/movit Message-ID: <201801041409.w04E9VX4096391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801041409.w04E9VX4096391>