svn commit: r417370 - head/astro/qmapshack

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 23 12:14:45 UTC 2016


Author: amdmi3
Date: Thu Jun 23 12:14:44 2016
New Revision: 417370
URL: https://svnweb.freebsd.org/changeset/ports/417370

Log:
  - Clarify LICENSE, add LICENSE_FILE
  - Fix dependency on qt5-dbus (move to USE_QT5)
  
  Approved by:	portmgr blanket

Modified:
  head/astro/qmapshack/Makefile

Modified: head/astro/qmapshack/Makefile
==============================================================================
--- head/astro/qmapshack/Makefile	Thu Jun 23 12:13:03 2016	(r417369)
+++ head/astro/qmapshack/Makefile	Thu Jun 23 12:14:44 2016	(r417370)
@@ -9,16 +9,15 @@ MASTER_SITES=	https://bitbucket.org/mapr
 MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Ultimate outdoor aficionado's tool
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-
-LIB_DEPENDS=	libQt5DBus.so:devel/dbus-qt5 \
-		libgdal.so:graphics/gdal \
+LIB_DEPENDS=	libgdal.so:graphics/gdal \
 		libproj.so:graphics/proj \
 		libroutino.so:astro/routino
 
 USES=		cmake compiler:c++11-lib desktop-file-utils
-USE_QT5=	buildtools core gui linguisttools network printsupport \
+USE_QT5=	buildtools core dbus gui linguisttools network printsupport \
 		qmake script sql sql-sqlite3 webkit widgets xml
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list