diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
commit | 5585578a6babb4a495d0e30671713171095fc52f (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /x11-toolkits/qt5-virtualkeyboard | |
parent | b7ef4f6570cdbff99ccb96d5b08880146186685d (diff) | |
download | freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.gz freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.tar.zst freebsd-ports-gnome-5585578a6babb4a495d0e30671713171095fc52f.zip |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Diffstat (limited to 'x11-toolkits/qt5-virtualkeyboard')
-rw-r--r-- | x11-toolkits/qt5-virtualkeyboard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-virtualkeyboard/Makefile b/x11-toolkits/qt5-virtualkeyboard/Makefile index 65364f564b20..5716ddb7e0c5 100644 --- a/x11-toolkits/qt5-virtualkeyboard/Makefile +++ b/x11-toolkits/qt5-virtualkeyboard/Makefile @@ -2,6 +2,7 @@ PORTNAME= virtualkeyboard DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- @@ -11,7 +12,7 @@ COMMENT= Qt 5 Virtual Keyboard Module LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell USES= compiler:c++11-lang qmake qt-dist:5,virtualkeyboard -USE_QT= core network gui widgets svg qml quick buildtools_build +USE_QT= core declarative network gui widgets svg buildtools_build USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |