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 /print/scribus-devel | |
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 'print/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index ae816195ce30..a1bb41848549 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -37,8 +37,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libicuuc.so:devel/icu USES= cmake:outsource desktop-file-utils jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz -USE_QT= buildtools_build core gui linguisttools_build network opengl \ - printsupport qmake_build qml quick widgets xml +USE_QT= buildtools_build core declarative gui linguisttools_build network opengl \ + printsupport qmake_build widgets xml USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes |