svn commit: r498699 - head/misc/orion

Yuri Victorovich yuri at FreeBSD.org
Fri Apr 12 06:37:36 UTC 2019


Author: yuri
Date: Fri Apr 12 06:37:35 2019
New Revision: 498699
URL: https://svnweb.freebsd.org/changeset/ports/498699

Log:
  misc/orion: Add compiler:c++14-lang; Add USE_QT=graphicaleffects svg

Modified:
  head/misc/orion/Makefile

Modified: head/misc/orion/Makefile
==============================================================================
--- head/misc/orion/Makefile	Fri Apr 12 06:36:31 2019	(r498698)
+++ head/misc/orion/Makefile	Fri Apr 12 06:37:35 2019	(r498699)
@@ -3,6 +3,7 @@
 PORTNAME=	orion
 DISTVERSION=	1.6.6-20
 DISTVERSIONSUFFIX=	-g127664b
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -13,10 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libmpv.so:multimedia/mpv
 
-USES=		gl qmake qt:5
+USES=		compiler:c++14-lang gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	alamminsalo
-USE_QT=		core declarative gui network quickcontrols2 widgets buildtools_build
+USE_QT=		core declarative graphicaleffects gui network quickcontrols2 svg widgets buildtools_build
 USE_GL=		gl
 
 PLIST_FILES=	bin/${PORTNAME} \


More information about the svn-ports-head mailing list