da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
17 lines
317 B
Makefile
17 lines
317 B
Makefile
PORTNAME= remoteobjects
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 SXCML module
|
|
|
|
USES= compiler:c++11-lang gl qmake qt-dist:5
|
|
USE_GL= gl
|
|
USE_QT= core declarative network \
|
|
buildtools_build
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|