aboutsummaryrefslogtreecommitdiff
path: root/security/veracrypt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 09:28:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 09:28:34 +0000
commit2f0d68299c6f70641ef9b876c2da331dab29c3e3 (patch)
tree040699a97edeff87d68a4edca73b4152317159b5 /security/veracrypt
parent26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7 (diff)
downloadports-2f0d68299c6f70641ef9b876c2da331dab29c3e3.tar.gz
ports-2f0d68299c6f70641ef9b876c2da331dab29c3e3.zip
Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64. Tested for no effect on amd64. While here, pet portlint. Approved by: portgmr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480003
Diffstat (limited to 'security/veracrypt')
-rw-r--r--security/veracrypt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile
index 780d106a3f76..3f4c968ede4c 100644
--- a/security/veracrypt/Makefile
+++ b/security/veracrypt/Makefile
@@ -9,12 +9,12 @@ DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}_Source
MAINTAINER= acm@FreeBSD.org
COMMENT= Open-source disk encryption software based on Truecrypt
-LICENSE_FILE= ${DOCSDIR}/LICENSE
-
BUILD_DEPENDS= yasm:devel/yasm
RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo
-USES= desktop-file-utils fuse gmake iconv pkgconfig tar:bz2
+LICENSE_FILE= ${DOCSDIR}/LICENSE
+
+USES= compiler:c++11-lang desktop-file-utils fuse gmake iconv pkgconfig tar:bz2
USE_WX= 3.0+
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/src