aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/condor
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-19 19:10:43 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-19 19:10:43 +0800
commitf7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch)
tree94eaef37ab07d82e499ae4cafabe202ea2ed0525 /sysutils/condor
parent6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff)
downloadfreebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz
freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.zst
freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'sysutils/condor')
-rw-r--r--sysutils/condor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile
index 326b4d997566..0015fc7b54fc 100644
--- a/sysutils/condor/Makefile
+++ b/sysutils/condor/Makefile
@@ -6,7 +6,7 @@
PORTNAME= condor
PORTVERSION= 8.4.9
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= sysutils net
MASTER_SITES= http://www.acadix.biz/Ports/distfiles/
DISTNAME= condor_src-${PORTVERSION}-all-all
@@ -26,7 +26,7 @@ LIB_DEPENDS+= libkrb5support.so:security/krb5 \
WRKSRC= ${WRKDIR}/condor-${PORTVERSION}
USE_LDCONFIG= yes
# Does not build with Python 3
-USES= cmake cpe perl5 pgsql python:2 shebangfix ssl
+USES= cmake cpe perl5 pgsql python:2.7 shebangfix ssl
CPE_VENDOR= condor_project
SHEBANG_FILES= src/condor_scripts/condor_qsub \
src/condor_gridmanager/remote_gahp \