svn commit: r490450 - head/audio/stk

Yuri Victorovich yuri at FreeBSD.org
Wed Jan 16 05:26:53 UTC 2019


Author: yuri
Date: Wed Jan 16 05:26:52 2019
New Revision: 490450
URL: https://svnweb.freebsd.org/changeset/ports/490450

Log:
  audio/stk: add USES=compiler:c++11-lang
  
  PR:		234974
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/audio/stk/Makefile

Modified: head/audio/stk/Makefile
==============================================================================
--- head/audio/stk/Makefile	Wed Jan 16 05:19:13 2019	(r490449)
+++ head/audio/stk/Makefile	Wed Jan 16 05:26:52 2019	(r490450)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libjack.so:audio/jack
 
-USES=		autoreconf dos2unix gmake pkgconfig localbase
+USES=		autoreconf compiler:c++11-lang dos2unix gmake localbase pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-jack --with-oss


More information about the svn-ports-head mailing list