Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 20:21:28 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488429 - head/audio/extace
Message-ID:  <201812262021.wBQKLSsX048348@repo.freebsd.org>

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



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