diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-09-13 14:15:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-09-13 14:15:26 +0000 |
commit | 80e0b65d57b4ffeffc8ac21a2cde362b6c86be87 (patch) | |
tree | 297d2b12a15bca75ce256264d1a65619a55af225 | |
parent | deskutils/py-todoman: Update to 3.6.0 (diff) |
USE_GCC=7 is the oldest version supported, so change that into the
preferred USE_GCC=yes.
This should not practically affect most systems and builds since, unless
GCC 7 is the only one installed, we'd go for the default version anyway.
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=511967
-rw-r--r-- | www/trafficserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index e6cf7b0fb963..b5d73395ad3a 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -26,7 +26,7 @@ USES= compiler:c++17-lang cpe gmake libtool ncurses pathfix \ CPE_VENDOR= apache CPE_PRODUCT= traffic_server -USE_GCC= 7+ +USE_GCC= yes USE_PERL5= build run USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} |