diff options
Diffstat (limited to 'extra/protobuf-python/Pkgfile')
-rw-r--r-- | extra/protobuf-python/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/protobuf-python/Pkgfile b/extra/protobuf-python/Pkgfile index 1414ff694..592f95cb9 100644 --- a/extra/protobuf-python/Pkgfile +++ b/extra/protobuf-python/Pkgfile @@ -1,7 +1,7 @@ # Description: Google's data interchange format utility (python API). # URL: http://code.google.com/p/protobuf/ # Maintainer: skingrapher at legtux dot org -# Depends on: python, protobuf, setuptools +# Depends on: python2, protobuf, setuptools name=protobuf-python version=2.3.0 @@ -10,6 +10,6 @@ source=(http://protobuf.googlecode.com/files/protobuf-2.3.0.tar.bz2) build () { cd protobuf-$version/python - python setup.py install --prefix=/usr --root $PKG + python2 setup.py install --prefix=/usr --root $PKG } |