aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-fm/worker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index c15790435829..6c00df58c46a 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -30,7 +30,7 @@ XFT_USE= XORG=xft
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
-USE_GCC= 4.6+
+USE_GCC= yes
.else
CONFIGURE_ARGS+= --disable-cxx-check
CXXFLAGS+= -std=c++11