svn commit: r429512 - head/news/nzbget

Gerald Pfeifer gerald at FreeBSD.org
Mon Dec 26 13:16:44 UTC 2016


Author: gerald
Date: Mon Dec 26 13:16:42 2016
New Revision: 429512
URL: https://svnweb.freebsd.org/changeset/ports/429512

Log:
  Replace USE_GCC=4.9+ by the canonical USE_GCC=yes (which now requires
  at least GCC 4.9).
  
  Reviewed by:	tz

Modified:
  head/news/nzbget/Makefile

Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile	Mon Dec 26 13:06:07 2016	(r429511)
+++ head/news/nzbget/Makefile	Mon Dec 26 13:16:42 2016	(r429512)
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+=	--disable-sigchld-handl
 .endif
 
 .if ${OSVERSION} < 1000500
-USE_GCC=		4.9+
+USE_GCC=		yes
 CONFIGURE_ENV+=		zlib_LIBS='-lz ' \
 			zlib_CFLAGS=' '
 .endif


More information about the svn-ports-all mailing list