aboutsummaryrefslogtreecommitdiff
path: root/astro/merkaartor
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-06-27 03:37:10 +0000
committerWen Heping <wen@FreeBSD.org>2019-06-27 03:37:10 +0000
commit3d23ba68ab99fb4d59e9795ce691e40be3d48c8b (patch)
tree9d7639e045bd1b558843fd036fa2fa9922c9400b /astro/merkaartor
parent81f468837bda92e07f4bb7b261840c87179d2aaa (diff)
downloadports-3d23ba68ab99fb4d59e9795ce691e40be3d48c8b.tar.gz
ports-3d23ba68ab99fb4d59e9795ce691e40be3d48c8b.zip
- Update to 6.1.0 and fix some ports
- Add missing DEPENDS - Add TEST_TARGET - Take maintainership PR: 237932, 238795 Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build) Exp-run by: antoine@ Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de
Notes
Notes: svn path=/head/; revision=505194
Diffstat (limited to 'astro/merkaartor')
-rw-r--r--astro/merkaartor/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index df666e67db87..a46e444eb8a6 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= merkaartor
PORTVERSION= 0.18.2
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info
@@ -21,6 +21,8 @@ USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
USE_LDCONFIG= yes
+CFLAGS+= "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+
QMAKE_ARGS= SYSTEM_QUAZIP=1
USE_QT= buildtools_build \
concurrent core gui imageformats network printsupport svg \