svn commit: r366908 - head/editors/zile

Adam Weinberger adamw at FreeBSD.org
Mon Sep 1 17:32:08 UTC 2014


Author: adamw
Date: Mon Sep  1 17:32:07 2014
New Revision: 366908
URL: http://svnweb.freebsd.org/changeset/ports/366908
QAT: https://qat.redports.org/buildarchive/r366908/

Log:
  Fix build on 8 and 9.

Modified:
  head/editors/zile/Makefile

Modified: head/editors/zile/Makefile
==============================================================================
--- head/editors/zile/Makefile	Mon Sep  1 17:25:43 2014	(r366907)
+++ head/editors/zile/Makefile	Mon Sep  1 17:32:07 2014	(r366908)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libgc.so:${PORTSDIR}/devel/boehm-gc
 BUILD_DEPENDS=	${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
 
-USES=		gmake perl5 pkgconfig
+USES=		gmake perl5 pkgconfig compiler:c++11-lang
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-included-regex


More information about the svn-ports-head mailing list