diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-06-03 02:55:08 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-06-03 02:55:08 +0800 |
commit | f26b61f2f7434ac10f82e2aace46027b546f74c5 (patch) | |
tree | 02c5cb00ff620d0487dd3ee49a221f9196f3c047 /emulators/virtualbox-ose | |
parent | 06bbd8fe42eebbe8ca513326620697c11e848ca4 (diff) | |
download | freebsd-ports-gnome-f26b61f2f7434ac10f82e2aace46027b546f74c5.tar.gz freebsd-ports-gnome-f26b61f2f7434ac10f82e2aace46027b546f74c5.tar.zst freebsd-ports-gnome-f26b61f2f7434ac10f82e2aace46027b546f74c5.zip |
virtualbox-ose-* is incompatible with newer versions of python.
Approved by: decke
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index d8d767fcf67c..2b5902d65849 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -36,7 +36,7 @@ FETCH_ARGS= -pRr USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= vboxapi PYDISTUTILS_PKGVERSION= 1.0 |