diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-01-28 01:15:22 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-01-28 01:15:22 +0000 |
commit | 34d0f208cc5af53a6d80572fd3678092ae882c64 (patch) | |
tree | 4e6ecee0f96f50b36e1482e56b176bdffa4f6b61 /devel | |
parent | fead972aff01c62dc9dc1494e1717c82f6b99326 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qt5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/qt5/Makefile b/devel/qt5/Makefile index 82438149fcf6..fd951dd66739 100644 --- a/devel/qt5/Makefile +++ b/devel/qt5/Makefile @@ -2,6 +2,7 @@ PORTNAME= qt5 DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # empty @@ -12,9 +13,9 @@ COMMENT= Cross-platform application and UI framework (metaport) USE_QT5= clucene concurrent core dbus declarative designer \ graphicaleffects gui help imageformats multimedia \ - network opengl printsupport qml quick script \ - scripttools serialport sql svg testlib webkit widgets x11extras \ - xml xmlpatterns + network opengl paths printsupport qml quick quickcontrols \ + script scripttools serialport sql svg testlib webkit widgets \ + x11extras xml xmlpatterns NO_BUILD= yes NO_MTREE= yes |