mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
b50a4186ce
PR: 218658 Submitted by: riggs
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-qt4-*
|
|
|
|
USE_CXXSTD= c++11
|
|
USE_QT5= core gui svg widgets xml
|
|
MASTERDIR= ${.CURDIR:H}/mlt
|
|
SLAVEPORT= qt5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|