Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 17:32:07 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366908 - head/editors/zile
Message-ID:  <201409011732.s81HW7ZH055137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011732.s81HW7ZH055137>