Date: Wed, 26 Dec 2018 20:06:14 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488425 - head/astro/merkaartor Message-ID: <201812262006.wBQK6Efg039534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 20:06:14 2018 New Revision: 488425 URL: https://svnweb.freebsd.org/changeset/ports/488425 Log: This port requires USES=compiler:c++11-lang to build on GCC-based architectures. While here, pet portlint. PR: 234327 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/astro/merkaartor/Makefile Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Wed Dec 26 20:02:59 2018 (r488424) +++ head/astro/merkaartor/Makefile Wed Dec 26 20:06:14 2018 (r488425) @@ -16,9 +16,9 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ libquazip5.so:archivers/quazip@qt5 +USES= compiler:c++11-lang pkgconfig qmake qt:5 sqlite:3 USE_GITHUB= yes GH_ACCOUNT= openstreetmap -USES= pkgconfig qt:5 sqlite:3 qmake USE_LDCONFIG= yes QMAKE_ARGS= SYSTEM_QUAZIP=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262006.wBQK6Efg039534>