diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-06-23 12:14:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-06-23 12:14:44 +0000 |
commit | 0b6450f0207bb1cc099c393534c584ba0a6fd509 (patch) | |
tree | c06f38ee21e4d81ff079b2b30bf8ac0e23d7aaa5 /astro/qmapshack | |
parent | bb1900834a5f0f16ff1cd6a969ca4ef9c873568d (diff) | |
download | ports-0b6450f0207bb1cc099c393534c584ba0a6fd509.tar.gz ports-0b6450f0207bb1cc099c393534c584ba0a6fd509.zip |
Notes
Diffstat (limited to 'astro/qmapshack')
-rw-r--r-- | astro/qmapshack/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 1d1806cecf58..2149017bcf21 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -9,16 +9,15 @@ MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ MAINTAINER= bofh@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> |