aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/moosefs3-master
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-02-18 21:20:29 +0800
committerantoine <antoine@FreeBSD.org>2018-02-18 21:20:29 +0800
commita3b28744c73dfd83f14d1263f52afdbe39487d77 (patch)
tree7c84241dbe4eeda79e9eb7581542179b57b82064 /sysutils/moosefs3-master
parentd3f16732a66778b65a94f996bf7d125510e6e4d4 (diff)
downloadfreebsd-ports-graphics-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.gz
freebsd-ports-graphics-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.zst
freebsd-ports-graphics-a3b28744c73dfd83f14d1263f52afdbe39487d77.zip
Clean up some USES=python
PR: 225752 Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'sysutils/moosefs3-master')
-rw-r--r--sysutils/moosefs3-master/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile
index eb5b9a1a827..79dd87f1c79 100644
--- a/sysutils/moosefs3-master/Makefile
+++ b/sysutils/moosefs3-master/Makefile
@@ -35,7 +35,7 @@ CONFLICTS= moosefs2-${MFS_COMPONENT}-*
.if ${MFS_COMPONENT} == cgi
MFS_CGIDIR= ${PREFIX}/share/mfscgi
-USES= python:2.5+
+USES= python
CONFIGURE_ARGS+= --enable-mfscgi \
--with-mfscgi-dir=${MFS_CGIDIR}
.else
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-mfscgi
.if ${MFS_COMPONENT} == cgiserv
MFS_CGISERVDIR= ${PREFIX}/sbin
-USES= python:2.5+
+USES= python
USE_RC_SUBR= mfscgiserv
SUB_FILES+= pkg-message-cgiserv
PKGMESSAGE= ${WRKDIR}/pkg-message-cgiserv
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-mfschunkserver
.endif
.if ${MFS_COMPONENT} == cli
-USES= python:2.5+
+USES= python
CONFIGURE_ARGS+= --enable-mfscli
.else
CONFIGURE_ARGS+= --disable-mfscli