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.
12 lines
189 B
Makefile
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"
|