svn commit: r452572 - head/www/mod_security-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sat Oct 21 07:19:45 UTC 2017
Author: gerald
Date: Sat Oct 21 07:19:44 2017
New Revision: 452572
URL: https://svnweb.freebsd.org/changeset/ports/452572
Log:
Now that the default version of GCC in the ports tree is GCC 6,
replace USE_GCC=6+ by USE_GCC=yes.
Modified:
head/www/mod_security-devel/Makefile
Modified: head/www/mod_security-devel/Makefile
==============================================================================
--- head/www/mod_security-devel/Makefile Sat Oct 21 06:57:23 2017 (r452571)
+++ head/www/mod_security-devel/Makefile Sat Oct 21 07:19:44 2017 (r452572)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USES= gmake autoreconf libtool pkgconfig:build
USE_GNOME= libxml2
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
-USE_GCC= 6+
+USE_GCC= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list