aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moosefs3-master
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-18 13:20:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-18 13:20:29 +0000
commitea3f6fdeb3472a244462bba25f73876c8a6ed39c (patch)
tree7c84241dbe4eeda79e9eb7581542179b57b82064 /sysutils/moosefs3-master
parent724c4c1803a7e3d52824a106a8d9702a674c7dcf (diff)
downloadports-ea3f6fdeb3472a244462bba25f73876c8a6ed39c.tar.gz
ports-ea3f6fdeb3472a244462bba25f73876c8a6ed39c.zip
Notes
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 eb5b9a1a827d..79dd87f1c79b 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