svn commit: r483512 - head/net/eternalterminal

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 19:05:07 UTC 2018


Author: linimon
Date: Tue Oct 30 19:05:06 2018
New Revision: 483512
URL: https://svnweb.freebsd.org/changeset/ports/483512

Log:
  Fix build on powerpc64.

Modified:
  head/net/eternalterminal/Makefile

Modified: head/net/eternalterminal/Makefile
==============================================================================
--- head/net/eternalterminal/Makefile	Tue Oct 30 19:02:48 2018	(r483511)
+++ head/net/eternalterminal/Makefile	Tue Oct 30 19:05:06 2018	(r483512)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgflags.so:devel/gflags \
 		libprotobuf.so:devel/protobuf \
 		libsodium.so:security/libsodium
 
-USES=		cmake:outsource ncurses
+USES=		cmake:outsource compiler:c++11-lang ncurses
 USE_GITHUB=	yes
 GH_ACCOUNT=	MisterTea
 GH_PROJECT=	EternalTerminal


More information about the svn-ports-head mailing list