diff options
author | gerald <gerald@FreeBSD.org> | 2015-11-09 18:50:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-11-09 18:50:46 +0800 |
commit | 218908aa0a9c27a20f790a4a0f7385517cee15e5 (patch) | |
tree | 2032a75625462b34d0c9cd87d675f35a87e824e4 /www | |
parent | 2e40d0ac4cd8748417783248d69bab99094d7cb5 (diff) | |
download | freebsd-ports-gnome-218908aa0a9c27a20f790a4a0f7385517cee15e5.tar.gz freebsd-ports-gnome-218908aa0a9c27a20f790a4a0f7385517cee15e5.tar.zst freebsd-ports-gnome-218908aa0a9c27a20f790a4a0f7385517cee15e5.zip |
Adjust GCC_DESC to match the current situation (and be more resilient
to changes around USE_GCC going forward).
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_spdy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 3e873102fb62..bab25b1ff2e9 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -46,7 +46,7 @@ SUB_FILES+= mod_spdy.conf SUB_LIST+= APACHEMODDIR=${APACHEMODDIR} OPTIONS_DEFINE= GCC DEBUG -GCC_DESC= Build mod_spdy with GCC 4.6+ +GCC_DESC= Build with current GCC .include <bsd.port.options.mk> |