svn commit: r336359 - head/textproc/wiggle

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 15:48:13 UTC 2013


Author: bapt
Date: Fri Dec 13 15:48:13 2013
New Revision: 336359
URL: http://svnweb.freebsd.org/changeset/ports/336359

Log:
  Use compiler:nestedfct instead of USE_GCC=4.2+

Modified:
  head/textproc/wiggle/Makefile

Modified: head/textproc/wiggle/Makefile
==============================================================================
--- head/textproc/wiggle/Makefile	Fri Dec 13 15:35:19 2013	(r336358)
+++ head/textproc/wiggle/Makefile	Fri Dec 13 15:48:13 2013	(r336359)
@@ -13,8 +13,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USE_GCC=	4.2+	# uses nested functions
-USES=		gmake
+USES=		gmake compiler:nestedfct
 
 MAKE_ARGS+=	CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"
 


More information about the svn-ports-head mailing list