aboutsummaryrefslogtreecommitdiffstats
path: root/news/nzbget/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2016-12-26 21:16:42 +0800
committergerald <gerald@FreeBSD.org>2016-12-26 21:16:42 +0800
commit0042d0315b41d184427a513c3b2c4f2cd25a178a (patch)
tree2299359455e552b5f20a8ec7a882d83687004512 /news/nzbget/Makefile
parent1c91484f003aa9897575c807bcd039eaef04da32 (diff)
downloadfreebsd-ports-gnome-0042d0315b41d184427a513c3b2c4f2cd25a178a.tar.gz
freebsd-ports-gnome-0042d0315b41d184427a513c3b2c4f2cd25a178a.tar.zst
freebsd-ports-gnome-0042d0315b41d184427a513c3b2c4f2cd25a178a.zip
Replace USE_GCC=4.9+ by the canonical USE_GCC=yes (which now requires
at least GCC 4.9). Reviewed by: tz
Diffstat (limited to 'news/nzbget/Makefile')
-rw-r--r--news/nzbget/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index be558c49e983..cd9602dbcfe2 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --disable-sigchld-handler
.endif
.if ${OSVERSION} < 1000500
-USE_GCC= 4.9+
+USE_GCC= yes
CONFIGURE_ENV+= zlib_LIBS='-lz ' \
zlib_CFLAGS=' '
.endif