diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2018-07-08 12:34:14 +0000 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2018-07-08 12:34:14 +0000 |
commit | 16bc7d04fcd704b5857a35d78870fce09f74cb56 (patch) | |
tree | d37d54132fd0eb4dc23ee55aa21dcbaa59e2a619 /x11/qterminal/Makefile | |
parent | 088d12a740e4138489b143ec623d12c2240a86e8 (diff) | |
download | ports-16bc7d04fcd704b5857a35d78870fce09f74cb56.tar.gz ports-16bc7d04fcd704b5857a35d78870fce09f74cb56.zip |
Notes
Diffstat (limited to 'x11/qterminal/Makefile')
-rw-r--r-- | x11/qterminal/Makefile | 3 |
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> |