diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-06-14 04:34:51 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-06-14 04:34:51 +0800 |
commit | 76c41a1bb999e14b9937df3582ea9c6467d66ea0 (patch) | |
tree | ccd256d03ed9780ca504a637d67a1b46a658105b /graphics/kxstitch/Makefile | |
parent | 15ab08833b86cc69e082913d64373578a3f0debf (diff) | |
download | freebsd-ports-gnome-76c41a1bb999e14b9937df3582ea9c6467d66ea0.tar.gz freebsd-ports-gnome-76c41a1bb999e14b9937df3582ea9c6467d66ea0.tar.zst freebsd-ports-gnome-76c41a1bb999e14b9937df3582ea9c6467d66ea0.zip |
graphics/kxstitch: fix build
Add USES=compiler:c++11-lang to fix build.
Approved by: mentors (implicite approval)
Diffstat (limited to 'graphics/kxstitch/Makefile')
-rw-r--r-- | graphics/kxstitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index 2560aceb2cd1..87169c9b1e5a 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -11,7 +11,7 @@ COMMENT= Cross stitch pattern editor LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6 \ libMagickCore-6.so:graphics/ImageMagick6 -USES= cmake desktop-file-utils kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ i18n itemviews jobwidgets kio service solid sonnet textwidgets \ widgetsaddons xmlgui |