Date: Wed, 16 Jan 2019 05:26:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490450 - head/audio/stk Message-ID: <201901160526.x0G5Qq2f084947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901160526.x0G5Qq2f084947>