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
17 lines
355 B
Makefile
17 lines
355 B
Makefile
# Created by: miwi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= automoc4
|
|
PORTVERSION= 0.9.88
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Automatic moc for Qt 4 packages
|
|
|
|
USE_QT= corelib moc qmake_build rcc_build uic_build
|
|
USES= cmake qt:4 tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|