diff options
author | gerald <gerald@FreeBSD.org> | 2016-12-26 21:16:42 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-12-26 21:16:42 +0800 |
commit | 0042d0315b41d184427a513c3b2c4f2cd25a178a (patch) | |
tree | 2299359455e552b5f20a8ec7a882d83687004512 /news/nzbget/Makefile | |
parent | 1c91484f003aa9897575c807bcd039eaef04da32 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |