svn commit: r488375 - head/x11/antimicro

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 12:12:51 UTC 2018


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>


More information about the svn-ports-all mailing list