Date: Thu, 13 Jun 2019 20:34:51 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504136 - head/graphics/kxstitch Message-ID: <201906132034.x5DKYpfM028321@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jun 13 20:34:51 2019 New Revision: 504136 URL: https://svnweb.freebsd.org/changeset/ports/504136 Log: graphics/kxstitch: fix build Add USES=compiler:c++11-lang to fix build. Approved by: mentors (implicite approval) Modified: head/graphics/kxstitch/Makefile Modified: head/graphics/kxstitch/Makefile ============================================================================== --- head/graphics/kxstitch/Makefile Thu Jun 13 20:29:01 2019 (r504135) +++ head/graphics/kxstitch/Makefile Thu Jun 13 20:34:51 2019 (r504136) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906132034.x5DKYpfM028321>