svn commit: r488429 - head/audio/extace

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:21:29 UTC 2018


Author: linimon
Date: Wed Dec 26 20:21:28 2018
New Revision: 488429
URL: https://svnweb.freebsd.org/changeset/ports/488429

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		234333
  Submitted by:	Piotr Kubaj

Modified:
  head/audio/extace/Makefile

Modified: head/audio/extace/Makefile
==============================================================================
--- head/audio/extace/Makefile	Wed Dec 26 20:18:53 2018	(r488428)
+++ head/audio/extace/Makefile	Wed Dec 26 20:21:28 2018	(r488429)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libesd.so:audio/esound
 
-USES=		localbase libtool pkgconfig
+USES=		compiler:c++11-lang gnome libtool localbase pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 LIBS+=		-lm


More information about the svn-ports-all mailing list