aboutsummaryrefslogtreecommitdiff
path: root/security/md5deep
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 19:03:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 19:03:03 +0000
commitefc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch)
tree20084cf51a5b5184ffa5936e187493c28432f160 /security/md5deep
parent83bea81d123f0bd3dc753011520adde2167a4fdd (diff)
downloadports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.tar.gz
ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.zip
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472706
Diffstat (limited to 'security/md5deep')
-rw-r--r--security/md5deep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile
index a225acab2ca1..3d094da06459 100644
--- a/security/md5deep/Makefile
+++ b/security/md5deep/Makefile
@@ -15,8 +15,8 @@ GH_ACCOUNT= jessek
GH_PROJECT= hashdeep
GH_TAGNAME= cd2ed74
+USES= autoreconf compiler:c++11-lang gmake
USE_GITHUB= yes
-USES= autoreconf gmake
GNU_CONFIGURE= yes
.include <bsd.port.mk>