svn commit: r488039 - head/www/e2guardian
Mark Linimon
linimon at FreeBSD.org
Sat Dec 22 01:21:02 UTC 2018
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
More information about the svn-ports-head
mailing list