diff options
author | mat <mat@FreeBSD.org> | 2018-01-04 22:09:31 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-04 22:09:31 +0800 |
commit | 08c27e58d31419e7930758052bda4a2dfb3c3f5c (patch) | |
tree | 05d445e975c0a79ba5bb8094c660d8d21deed104 /graphics | |
parent | 5144adce9e4da18039af988de6bdeba1d82d7ec6 (diff) | |
download | freebsd-ports-gnome-08c27e58d31419e7930758052bda4a2dfb3c3f5c.tar.gz freebsd-ports-gnome-08c27e58d31419e7930758052bda4a2dfb3c3f5c.tar.zst freebsd-ports-gnome-08c27e58d31419e7930758052bda4a2dfb3c3f5c.zip |
This needs eigen at runtime too.
Pointy hat: tcberner
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/movit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/movit/Makefile b/graphics/movit/Makefile index d74ce2f9b37d..e5aa2e88c452 100644 --- a/graphics/movit/Makefile +++ b/graphics/movit/Makefile @@ -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 |