From e71ec85844475903a12fb5eaf97165b0a3d0ca19 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 3 Oct 2013 00:24:16 +0200 Subject: [PATCH] mercurial: Fix hard-coded python path --- dev-vcs/mercurial/mercurial-2.2.2.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-2.2.2.recipe b/dev-vcs/mercurial/mercurial-2.2.2.recipe index e82fc9db5..231c8fabd 100644 --- a/dev-vcs/mercurial/mercurial-2.2.2.recipe +++ b/dev-vcs/mercurial/mercurial-2.2.2.recipe @@ -5,7 +5,7 @@ COPYRIGHT="2005-2012 Matt Mackall et al." LICENSE="GNU GPL v2" SRC_URI="http://mercurial.selenic.com/release/mercurial-2.2.2.tar.gz" CHECKSUM_MD5="9f59b5d71969cbb2671702cd2a7a5a11" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="mercurial-2.2.2.patch" @@ -16,7 +16,7 @@ PROVIDES=" " REQUIRES=" haiku_devel >= $haikuVersion - python + cmd:python cmd:nano lib:libintl " @@ -24,7 +24,7 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion - python + cmd:python cmd:aclocal cmd:autoconf cmd:gcc @@ -38,12 +38,12 @@ SOURCE_DIR="$portVersionedName" BUILD() { - python setup.py build --force + $portPackageLinksDir/cmd~python/bin/python setup.py build --force } INSTALL() { - python setup.py install \ + $portPackageLinksDir/cmd~python/bin/python setup.py install \ --prefix="$prefix" \ --install-headers="$includedir" \ --force