aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-07-26 11:46:58 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-07-26 11:46:58 +0000
commite506e0517475df6bb9d040fa162c9f786e7d030c (patch)
tree24db8f52b1039f497cbb4552113a37d0434e1681
parentcfaaaecf03e23004a020b909196d335ae4f0bdf9 (diff)
downloadports-e506e0517475df6bb9d040fa162c9f786e7d030c.tar.gz
ports-e506e0517475df6bb9d040fa162c9f786e7d030c.zip
Notes
-rw-r--r--emulators/virtualbox-ose/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 0fd2e3075896..7b9838501afc 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -146,12 +146,12 @@ USE_TEX= dvipsk:build formats:build
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USES+= python
+USES+= python:2.7
USE_PYTHON= distutils noegginfo noflavors
PYDISTUTILS_PKGNAME= vboxapi
PYDISTUTILS_PKGVERSION= 1.0
.else
-USES+= python:build
+USES+= python:2.7,build
.endif
.if ${PORT_OPTIONS:MQT5}