aboutsummaryrefslogtreecommitdiff
path: root/x11/qterminal/Makefile
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-07-08 12:34:14 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-07-08 12:34:14 +0000
commit16bc7d04fcd704b5857a35d78870fce09f74cb56 (patch)
treed37d54132fd0eb4dc23ee55aa21dcbaa59e2a619 /x11/qterminal/Makefile
parent088d12a740e4138489b143ec623d12c2240a86e8 (diff)
downloadports-16bc7d04fcd704b5857a35d78870fce09f74cb56.tar.gz
ports-16bc7d04fcd704b5857a35d78870fce09f74cb56.zip
Remove unneeded depency, and fix pkg-descr
Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16176
Notes
Notes: svn path=/head/; revision=474175
Diffstat (limited to 'x11/qterminal/Makefile')
-rw-r--r--x11/qterminal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile
index 21ac6d9c1f16..a5fa0a58c01a 100644
--- a/x11/qterminal/Makefile
+++ b/x11/qterminal/Makefile
@@ -2,6 +2,7 @@
PORTNAME= qterminal
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= LXQT
@@ -19,6 +20,6 @@ USES= cmake:outsource compiler:c++11-lang gettext-runtime \
USE_QT= buildtools_build core gui qmake_build dbus linguisttools \
widgets x11extras
USE_XORG= x11
-USE_LXQT= buildtools lxqt
+USE_LXQT= buildtools
.include <bsd.port.mk>