diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-08-15 23:36:19 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-08-15 23:36:19 +0800 |
commit | fcca967cd7da755e20bf46668dd45fe4cc6acfa3 (patch) | |
tree | 846e4a8aef1ef6a96234bbd3dee3b2437dae21be /x11 | |
parent | 477a7c64d48c979a63e2b8ae84f2000248dfb22f (diff) | |
download | freebsd-ports-gnome-fcca967cd7da755e20bf46668dd45fe4cc6acfa3.tar.gz freebsd-ports-gnome-fcca967cd7da755e20bf46668dd45fe4cc6acfa3.tar.zst freebsd-ports-gnome-fcca967cd7da755e20bf46668dd45fe4cc6acfa3.zip |
New port: devel/grantlee5 and Uses/grantlee.mk
The upcoming KDE Frameworks ports need grantlee5
* Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5
* Move header files from devel/grantlee into a subdirectory
include/grantlee4
to make sure ports do not pick up the wrong headers
* Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
by ports using grantlee (before we set the PLIST_SUB manual in very
of the depending ports, which now should not be needed anymore).
* The ports depending on devel/grantlee have been modified from
LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
to
USES=grantlee:4
as this does not affect the package no version bumped was made.
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7434
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 96f2c3b3be3d..4bed2012b5ce 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libhal.so:sysutils/hal \ libqca.so:devel/qca \ libpolkit-qt-core-1.so:sysutils/polkit-qt \ - libdbusmenu-qt.so:devel/libdbusmenu-qt \ - libgrantlee_gui.so:devel/grantlee + libdbusmenu-qt.so:devel/libdbusmenu-qt BUILD_DEPENDS= docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl @@ -34,7 +33,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-them USE_GNOME= libxml2 libxslt USE_KDE4= oxygen \ attica automoc4 ontologies soprano strigi -USES= cmake:outsource fam gettext jpeg perl5 shared-mime-info \ +USES= cmake:outsource fam gettext grantlee:4 jpeg perl5 shared-mime-info \ shebangfix tar:xz USE_OPENSSL= yes USE_QT4= corelib dbus declarative designer_build gui \ |