diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-30 19:24:30 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-30 19:24:30 +0000 |
commit | 1ee4da6dd1d50ed85cd3a614fc8a30b02f3ccf66 (patch) | |
tree | 8b44219153a720f367633c8fe248933750735b7d /x11/qterminal | |
parent | 7cb0f3c9b4ec333deb7e94ba00c6dc2d3b9c6220 (diff) | |
download | ports-1ee4da6dd1d50ed85cd3a614fc8a30b02f3ccf66.tar.gz ports-1ee4da6dd1d50ed85cd3a614fc8a30b02f3ccf66.zip |
Notes
Diffstat (limited to 'x11/qterminal')
-rw-r--r-- | x11/qterminal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile index 4a75c8dac092..a4bb3c8f9e0e 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf -USES= cmake:outsource compiler:c++11-lang gettext localbase \ +USES= cmake:outsource compiler:c++11-lang gettext localbase:ldflags \ pkgconfig USE_QT5+= buildtools_build core gui linguisttools_build qmake_build widgets USE_XORG+= x11 |