aboutsummaryrefslogtreecommitdiff
path: root/sysutils/isomd5sum
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-12 12:40:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-12 12:40:15 +0000
commita8cc35a10e90f8f79065f49149f25bf73fa3365a (patch)
tree9e9a97b3aab77d2cc63f709a61eb4142ae8b1d83 /sysutils/isomd5sum
parentaed3eed595ad638baabb59f48460ea00db3ed680 (diff)
downloadports-a8cc35a10e90f8f79065f49149f25bf73fa3365a.tar.gz
ports-a8cc35a10e90f8f79065f49149f25bf73fa3365a.zip
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes: svn path=/head/; revision=456126
Diffstat (limited to 'sysutils/isomd5sum')
-rw-r--r--sysutils/isomd5sum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/isomd5sum/Makefile b/sysutils/isomd5sum/Makefile
index 42a398b660fc..cb49f9bd9081 100644
--- a/sysutils/isomd5sum/Makefile
+++ b/sysutils/isomd5sum/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:devel/popt
-USES= gmake python
+USES= gmake python:2.7
USE_GITHUB= yes
GH_ACCOUNT= rhinstaller