svn commit: r504998 - head/sysutils/daggy

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 24 01:48:02 UTC 2019


Author: yuri
Date: Mon Jun 24 01:48:00 2019
New Revision: 504998
URL: https://svnweb.freebsd.org/changeset/ports/504998

Log:
  sysutils/daggy: Add USES=compiler:c++17-lang

Modified:
  head/sysutils/daggy/Makefile

Modified: head/sysutils/daggy/Makefile
==============================================================================
--- head/sysutils/daggy/Makefile	Mon Jun 24 00:14:25 2019	(r504997)
+++ head/sysutils/daggy/Makefile	Mon Jun 24 01:48:00 2019	(r504998)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libbotan-2.so:security/botan2 \
 		libyaml-cpp.so:devel/yaml-cpp
 
-USES=		gl pkgconfig qmake qt:5
+USES=		compiler:c++17-lang gl pkgconfig qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	synacker
 USE_QT=		core gui network buildtools_build


More information about the svn-ports-all mailing list