diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-23 20:14:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-23 20:14:44 +0800 |
commit | 85c3ea76d4c098d06109c740d4cacb522a6cf27b (patch) | |
tree | c06f38ee21e4d81ff079b2b30bf8ac0e23d7aaa5 /astro/qmapshack | |
parent | 8230887d93c1fd402d0becd392ee35f2bd8afda0 (diff) | |
download | freebsd-ports-gnome-85c3ea76d4c098d06109c740d4cacb522a6cf27b.tar.gz freebsd-ports-gnome-85c3ea76d4c098d06109c740d4cacb522a6cf27b.tar.zst freebsd-ports-gnome-85c3ea76d4c098d06109c740d4cacb522a6cf27b.zip |
- Clarify LICENSE, add LICENSE_FILE
- Fix dependency on qt5-dbus (move to USE_QT5)
Approved by: portmgr blanket
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> |