diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-08 02:20:34 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-08 02:20:34 +0800 |
commit | f8df010fd07ee87ab6d9380cb1c45950ab5865b3 (patch) | |
tree | 6cb5cdbf61d36b3d12b20499628ffc5839d8e007 /textproc | |
parent | 78478c5fcf4e4d80eccdd4fc5f9a527c86bf099d (diff) | |
download | freebsd-ports-gnome-f8df010fd07ee87ab6d9380cb1c45950ab5865b3.tar.gz freebsd-ports-gnome-f8df010fd07ee87ab6d9380cb1c45950ab5865b3.tar.zst freebsd-ports-gnome-f8df010fd07ee87ab6d9380cb1c45950ab5865b3.zip |
textproc/qt5-xmlpatterns add dependendcy on x11-toolkits/qt5-declarative
- remove (obsolete?/never needed?) inverse dependency
PR: 247810
Reported by: rkoberman@gmail.com
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/qt5-xmlpatterns/Makefile | 3 | ||||
-rw-r--r-- | textproc/qt5-xmlpatterns/pkg-plist | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/textproc/qt5-xmlpatterns/Makefile b/textproc/qt5-xmlpatterns/Makefile index 86223d6862fa..5b61829bdf60 100644 --- a/textproc/qt5-xmlpatterns/Makefile +++ b/textproc/qt5-xmlpatterns/Makefile @@ -2,6 +2,7 @@ PORTNAME= xmlpatterns DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= textproc PKGNAMEPREFIX= qt5- @@ -9,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt support for XPath, XQuery, XSLT and XML Schema USES= compiler:c++11-lang qmake:norecursive qt-dist:5,xmlpatterns -USE_QT= core network buildtools_build +USE_QT= core declarative network buildtools_build USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} QT_BINARIES= yes diff --git a/textproc/qt5-xmlpatterns/pkg-plist b/textproc/qt5-xmlpatterns/pkg-plist index 9764ea806df2..cd1aaaa5a779 100644 --- a/textproc/qt5-xmlpatterns/pkg-plist +++ b/textproc/qt5-xmlpatterns/pkg-plist @@ -417,4 +417,7 @@ %%DEBUG%%%%QT_BINDIR%%/xmlpatternsvalidator.debug %%QT_MKSPECDIR%%/modules/qt_lib_xmlpatterns.pri %%QT_MKSPECDIR%%/modules/qt_lib_xmlpatterns_private.pri +%%QT_QMLDIR%%/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so +%%QT_QMLDIR%%/QtQuick/XmlListModel/plugins.qmltypes +%%QT_QMLDIR%%/QtQuick/XmlListModel/qmldir libdata/pkgconfig/Qt5XmlPatterns.pc |