aboutsummaryrefslogtreecommitdiff
path: root/archivers/laszip
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-19 21:38:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-19 21:38:38 +0000
commitf49159b54aa5ae25dbe982908c77370f1d1d38e6 (patch)
treee42fa937f01833661b630a2e78f2c21f080637be /archivers/laszip
parent30937302da8e90d8c3081d351222f4bf56f0b28b (diff)
downloadports-f49159b54aa5ae25dbe982908c77370f1d1d38e6.tar.gz
ports-f49159b54aa5ae25dbe982908c77370f1d1d38e6.zip
Fix building on gcc-based archs by upgrading USES.
Tested on powerpc64 and amd64 (for no regression). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480114
Diffstat (limited to 'archivers/laszip')
-rw-r--r--archivers/laszip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile
index 8b328a9b0bd5..b8bf95700e2a 100644
--- a/archivers/laszip/Makefile
+++ b/archivers/laszip/Makefile
@@ -11,7 +11,7 @@ COMMENT= Library for lossless LAS compression
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake
+USES= cmake compiler:c++0x
USE_LDCONFIG= yes
USE_GITHUB= yes