Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 23:56:42 +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: r346842 - head/audio/ocp
Message-ID:  <201403022356.s22NugNe041640@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar  2 23:56:42 2014
New Revision: 346842
URL: http://svnweb.freebsd.org/changeset/ports/346842
QAT: https://qat.redports.org/buildarchive/r346842/

Log:
  Replace USE_GCC=any by USES=compiler:nestedfct

Modified:
  head/audio/ocp/Makefile

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Sun Mar  2 23:50:53 2014	(r346841)
+++ head/audio/ocp/Makefile	Sun Mar  2 23:56:42 2014	(r346842)
@@ -22,10 +22,9 @@ LIB_DEPENDS=	libid3tag.so:${PORTSDIR}/au
 ONLY_FOR_ARCHS=	i386 amd64
 
 GNU_CONFIGURE=	yes
-USES=		ncurses gmake pkgconfig desktop-file-utils
+USES=		ncurses gmake pkgconfig desktop-file-utils compiler:nestedfct
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
-USE_GCC=	any
 
 MAKE_JOBS_UNSAFE=	yes
 



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