Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 15:48:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336359 - head/textproc/wiggle
Message-ID:  <201312131548.rBDFmDhG004354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312131548.rBDFmDhG004354>