Date: Wed, 26 Dec 2018 12:12:51 +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: r488375 - head/x11/antimicro Message-ID: <201812261212.wBQCCpeT088884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 12:12:50 2018 New Revision: 488375 URL: https://svnweb.freebsd.org/changeset/ports/488375 Log: This port requires USES=compiler:c++11-lang to build on GCC-based architectures. While here, sort USES and pet portlint. PR: 234307 Submitted by: Piotr Kubaj Modified: head/x11/antimicro/Makefile Modified: head/x11/antimicro/Makefile ============================================================================== --- head/x11/antimicro/Makefile Wed Dec 26 12:08:25 2018 (r488374) +++ head/x11/antimicro/Makefile Wed Dec 26 12:12:50 2018 (r488375) @@ -19,9 +19,10 @@ GH_ACCOUNT= antimicro #Ryochan7 # output (without full paths). LDFLAGS+= -L${LOCALBASE}/lib +USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig \ + qt:5 shared-mime-info USE_XORG= x11 xi xtst USE_QT= core gui linguisttools_build qmake_build buildtools_build widgets network USE_SDL= sdl2 -USES= cmake pkgconfig desktop-file-utils qt:5 shared-mime-info .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261212.wBQCCpeT088884>