From 4948b72d84e3f0b90b982b4e744639538a803be0 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 18 Sep 2018 09:28:34 +0000 Subject: 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) --- security/veracrypt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security') 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 -- cgit