diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-13 20:34:51 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-06-13 20:34:51 +0000 |
commit | 0162af96edfceebbe4a7efffbc7e76cfd916b64d (patch) | |
tree | ccd256d03ed9780ca504a637d67a1b46a658105b /graphics/kxstitch | |
parent | 9ea4bb57381dabb8da4f16531d8b03c11c6ba55d (diff) | |
download | ports-0162af96edfceebbe4a7efffbc7e76cfd916b64d.tar.gz ports-0162af96edfceebbe4a7efffbc7e76cfd916b64d.zip |
Notes
Diffstat (limited to 'graphics/kxstitch')
-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 |