diff options
Diffstat (limited to 'www/qt5-websockets-qml/Makefile')
-rw-r--r-- | www/qt5-websockets-qml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/qt5-websockets-qml/Makefile b/www/qt5-websockets-qml/Makefile index 38e23297e4dc..da8423c96151 100644 --- a/www/qt5-websockets-qml/Makefile +++ b/www/qt5-websockets-qml/Makefile @@ -2,13 +2,14 @@ PORTNAME= websockets-qml DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt implementation of WebSocket protocol (QML bindings) -USE_QT= buildtools_build core network qml quick websockets +USE_QT= buildtools_build core declarative network websockets USES= qmake qt-dist:5,websockets USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |