diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-04 11:11:17 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-04 11:11:17 +0000 |
commit | 92631938ce61425fd550c328c4fce0b48eb88738 (patch) | |
tree | 2b993dd5029044318763721f28e067cddb282abe /multimedia/mlt | |
parent | f9c8c10b772a7b1c8e0363edd3e61843bb304c24 (diff) |
Notes
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index a3b51b918c7e..d0f32cda7f18 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 6.4.1 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -12,7 +12,7 @@ COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias gmake pkgconfig +USES+= alias eigen:3 gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD |