Unbreak multimedia/mlt* after 457914
Removing eigen as a run-depend in graphics/movit makes mlt fail to build. Add eigen as a build-depend to mlt*. Pointy hat: tcberner Reported by: antoine
This commit is contained in:
parent
f9c8c10b77
commit
92631938ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458021
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
|
||||
CONFLICTS_INSTALL= ${PORTNAME}-qt5-*
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
|
||||
CONFLICTS_INSTALL= ${PORTNAME}-qt4-*
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user