diff options
Diffstat (limited to 'extra/dbus-python/Pkgfile')
-rwxr-xr-x | extra/dbus-python/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/dbus-python/Pkgfile b/extra/dbus-python/Pkgfile index 910e26b33..5b6f8670b 100755 --- a/extra/dbus-python/Pkgfile +++ b/extra/dbus-python/Pkgfile @@ -2,17 +2,17 @@ # URL: http://dbus.freedesktop.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus-glib, python +# Depends on: dbus-glib, python2 name=dbus-python -version=0.83.1 +version=0.83.2 release=1 source=( http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz\ ) build() { cd $name-$version - ./configure --prefix=/usr \ + PYTHON=python2 ./configure --prefix=/usr \ --mandir=/usr/share/man \ --disable-html-docs \ --infodir=/usr/share/info |