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 /textproc/kreport | |
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 'textproc/kreport')
-rw-r--r-- | textproc/kreport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/kreport/Makefile b/textproc/kreport/Makefile index 72a3361c1750..70e2d2f0b24e 100644 --- a/textproc/kreport/Makefile +++ b/textproc/kreport/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz USE_KDE= config coreaddons ecm marble widgetsaddons -USE_QT= core gui network qml webkit widgets xml \ +USE_QT= core declarative gui network webkit widgets xml \ buildtools_build printsupport qmake_build CONFLICTS_INSTALL= calligra-2* |