svn commit: r346842 - head/audio/ocp

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 23:56:43 UTC 2014


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
 


More information about the svn-ports-head mailing list