diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-01-22 12:52:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-01-22 12:52:49 +0000 |
commit | 3d727227a4077f12ef0e6865086a22e17f16d47c (patch) | |
tree | 43d34225d20fa437accd1220dadc54dd1cb176c7 /x11/lxqt-about | |
parent | 59ea90deb6d9787b4fab0299cf7f039280414edd (diff) | |
download | freebsd-ports-3d727227a4077f12ef0e6865086a22e17f16d47c.zip |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 235044
Submitted by: Piotr Kubaj
Approved by: maintainer
Diffstat (limited to 'x11/lxqt-about')
-rw-r--r-- | x11/lxqt-about/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index 2b154b67fa32..6cf6d19e1a43 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -13,7 +13,7 @@ COMMENT= About dialog of LXQt LICENSE= LGPL21+ -USES= cmake kde:5 lxqt pkgconfig tar:xz qt:5 +USES= cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5 USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ x11extras xml USE_KDE= windowsystem |