diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-18 17:28:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-18 17:28:34 +0800 |
commit | 4948b72d84e3f0b90b982b4e744639538a803be0 (patch) | |
tree | 040699a97edeff87d68a4edca73b4152317159b5 /security | |
parent | 1ea6e3a3eba352c23564f9487bdee28b0fc0fec1 (diff) | |
download | freebsd-ports-gnome-4948b72d84e3f0b90b982b4e744639538a803be0.tar.gz freebsd-ports-gnome-4948b72d84e3f0b90b982b4e744639538a803be0.tar.zst freebsd-ports-gnome-4948b72d84e3f0b90b982b4e744639538a803be0.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)
Diffstat (limited to 'security')
-rw-r--r-- | security/veracrypt/Makefile | 6 |
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 |