freebsd-ports/multimedia/mlt-qt5/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

12 lines
189 B
Makefile

# $FreeBSD$
PORTREVISION= 0
USES= qt:5 xorg
USE_CXXSTD= c++11
USE_QT= core gui svg widgets xml
USE_XORG= x11
MASTERDIR= ${.CURDIR:H}/mlt
SLAVEPORT= qt5
.include "${MASTERDIR}/Makefile"