mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
25 lines
417 B
Makefile
25 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-qt5-*
|
|
|
|
USES= qt:4
|
|
USE_QT= corelib gui opengl svg xml
|
|
MASTERDIR= ${.CURDIR:H}/mlt
|
|
SLAVEPORT= qt4
|
|
|
|
PLIST= ${MASTERDIR}-qt5/pkg-plist
|
|
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= KDE4
|
|
KDE4_DESC= Extra image formats
|
|
|
|
KDE4_CONFIGURE_ENV= PATH="${KDE_PREFIX}/bin:$$PATH"
|
|
KDE4_CONFIGURE_WITH= kde
|
|
KDE4_USES= kde:4
|
|
KDE4_USE= KDE=kdelibs
|
|
|
|
.include "${MASTERDIR}/Makefile"
|