Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2016 14:13:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425621 - head/graphics/fraqtive
Message-ID:  <201611071413.uA7EDUBf066375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071413.uA7EDUBf066375>