svn commit: r425621 - head/graphics/fraqtive

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 7 14:13:31 UTC 2016


Author: amdmi3
Date: Mon Nov  7 14:13:30 2016
New Revision: 425621
URL: https://svnweb.freebsd.org/changeset/ports/425621

Log:
  - Add LICENSE
  - Add missing depends

Modified:
  head/graphics/fraqtive/Makefile

Modified: head/graphics/fraqtive/Makefile
==============================================================================
--- head/graphics/fraqtive/Makefile	Mon Nov  7 14:07:22 2016	(r425620)
+++ head/graphics/fraqtive/Makefile	Mon Nov  7 14:13:30 2016	(r425621)
@@ -9,9 +9,12 @@ MASTER_SITES=	SF/fraqtive/Fraqtive/Fraqt
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Draws Mandelbrot and Julia fractals
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		qmake tar:bzip2
-USE_QT4=	gui opengl xml uic_build moc_build rcc_build
-USE_GL=		glu
+USE_QT4=	corelib gui opengl xml uic_build moc_build rcc_build
+USE_GL=		gl glu
 
 OPTIONS_DEFINE=	SSE2
 SSE2_DESC=	Enable SSE2 optimization


More information about the svn-ports-head mailing list