diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-14 08:01:13 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-14 08:01:13 +0000 |
commit | d19d17bd6460250c91329c24e0545c66c1c17d7c (patch) | |
tree | a24abebc7b4d4a1a4ecbd6f2f871ffd7f3a282ef /graphics/qt5-svg/Makefile | |
parent | 1ff1600008f5c120acd04a536ab14c0bfd8783d7 (diff) | |
download | ports-d19d17bd6460250c91329c24e0545c66c1c17d7c.tar.gz ports-d19d17bd6460250c91329c24e0545c66c1c17d7c.zip |
Notes
Diffstat (limited to 'graphics/qt5-svg/Makefile')
-rw-r--r-- | graphics/qt5-svg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qt5-svg/Makefile b/graphics/qt5-svg/Makefile index 27dc9bfb71d6..f02e59d7aec9 100644 --- a/graphics/qt5-svg/Makefile +++ b/graphics/qt5-svg/Makefile @@ -9,7 +9,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt SVG support module USE_QT= core gui widgets buildtools_build -USES= qmake qt-dist:5,svg +USES= compiler:c++11-lang qmake qt-dist:5,svg USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk> |