svn commit: r504136 - head/graphics/kxstitch

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 13 20:34:52 UTC 2019


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


More information about the svn-ports-head mailing list