svn commit: r390628 - head/deskutils/taskd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 26 12:40:49 UTC 2015


Author: amdmi3
Date: Fri Jun 26 12:40:48 2015
New Revision: 390628
URL: https://svnweb.freebsd.org/changeset/ports/390628

Log:
  - Add required C++11 support
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/deskutils/taskd/Makefile

Modified: head/deskutils/taskd/Makefile
==============================================================================
--- head/deskutils/taskd/Makefile	Fri Jun 26 11:11:51 2015	(r390627)
+++ head/deskutils/taskd/Makefile	Fri Jun 26 12:40:48 2015	(r390628)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		cmake:outsource shebangfix
+USES=		cmake:outsource compiler:c++11-lib shebangfix
 SHEBANG_FILES=	demo/client/case* \
 		demo/client/malformed* \
 		demo/client/run \


More information about the svn-ports-all mailing list