diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-03 17:04:23 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-03 17:04:23 +0800 |
commit | 1e9aab228b29bfc690f89b7ba0589e5e3964894d (patch) | |
tree | a0d7c4ceecfbc81201657062d493e563f3573223 /misc | |
parent | 5613cb3532252c584e6d3a63d488718a56ed1ffc (diff) | |
download | freebsd-ports-gnome-1e9aab228b29bfc690f89b7ba0589e5e3964894d.tar.gz freebsd-ports-gnome-1e9aab228b29bfc690f89b7ba0589e5e3964894d.tar.zst freebsd-ports-gnome-1e9aab228b29bfc690f89b7ba0589e5e3964894d.zip |
Add USES=xorg to kde-application ports missing it.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ktouch/Makefile | 2 | ||||
-rw-r--r-- | misc/parley/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile index e8f55a2d27a5..ff405d041b41 100644 --- a/misc/ktouch/Makefile +++ b/misc/ktouch/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Touch typing tutor for KDE -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ ecm i18n itemviews kcmutils kdeclarative kio newstuff package \ parts service sonnet texteditor textwidgets widgetsaddons \ diff --git a/misc/parley/Makefile b/misc/parley/Makefile index cd3b9b47b846..7d382afbc0de 100644 --- a/misc/parley/Makefile +++ b/misc/parley/Makefile @@ -10,7 +10,7 @@ COMMENT= Vocabulary trainer for KDE BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml -USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz +USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz xorg USE_GNOME= libxml2 libxslt USE_KDE= attica auth codecs completion configwidgets coreaddons config \ crash doctools ecm i18n jobwidgets kcmutils kio newstuff \ |