Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 01:21:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488039 - head/www/e2guardian
Message-ID:  <201812220121.wBM1L1MP064156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 22 01:21:01 2018
New Revision: 488039
URL: https://svnweb.freebsd.org/changeset/ports/488039

Log:
  This port needs USES=compiler:c++11-lang to build with GCC-based
  architectures.
  
  PR:		234181
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/e2guardian/Makefile

Modified: head/www/e2guardian/Makefile
==============================================================================
--- head/www/e2guardian/Makefile	Sat Dec 22 01:18:31 2018	(r488038)
+++ head/www/e2guardian/Makefile	Sat Dec 22 01:21:01 2018	(r488039)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	rst2man:textproc/py-docutils@${PY_FLAVOR}
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-USES=		autoreconf libtool pkgconfig python
+USES=		autoreconf compiler:c++11-lang libtool pkgconfig python
 USE_GITHUB=	yes
 
 USE_RC_SUBR=	e2guardian



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