mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
92631938ce
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
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-qt4-*
|
|
|
|
USE_CXXSTD= c++11
|
|
USE_QT5= core gui svg widgets xml
|
|
MASTERDIR= ${.CURDIR:H}/mlt
|
|
SLAVEPORT= qt5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|