From d05468ada180f1e988031a0ba37e82d0d4b8c247 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 18 Dec 2006 17:50:11 +0000 Subject: - Dont append PREFIX for RUN_DEPENDS PR: ports/106695 Submitted by: Thomas Abthorpe Approved by: Hannes Hauswedell (maintainer) --- ports-mgmt/kports-qt4/Makefile | 4 ++-- ports-mgmt/kports/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile index 40165254d7d0..389fd0f6aaee 100644 --- a/ports-mgmt/kports-qt4/Makefile +++ b/ports-mgmt/kports-qt4/Makefile @@ -20,7 +20,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 PREFIX= ${KDE_PREFIX} -RUN_DEPENDS+= ${PREFIX}/sbin/portupgrade:${PORTSDIR}/sysutils/portupgrade +RUN_DEPENDS+= portupgrade:${PORTSDIR}/sysutils/portupgrade RUN_DEPENDS+= kdehier>=0:${PORTSDIR}/misc/kdehier OPTIONS= PORTAUDIT "Require Portaudit" on @@ -32,7 +32,7 @@ IGNORE= doesn't compile properly on 4.x systems .endif .if !defined(WITHOUT_PORTAUDIT) -RUN_DEPENDS+= ${PREFIX}/sbin/portaudit:${PORTSDIR}/security/portaudit +RUN_DEPENDS+= portaudit:${PORTSDIR}/security/portaudit .endif .include diff --git a/ports-mgmt/kports/Makefile b/ports-mgmt/kports/Makefile index 40165254d7d0..389fd0f6aaee 100644 --- a/ports-mgmt/kports/Makefile +++ b/ports-mgmt/kports/Makefile @@ -20,7 +20,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 PREFIX= ${KDE_PREFIX} -RUN_DEPENDS+= ${PREFIX}/sbin/portupgrade:${PORTSDIR}/sysutils/portupgrade +RUN_DEPENDS+= portupgrade:${PORTSDIR}/sysutils/portupgrade RUN_DEPENDS+= kdehier>=0:${PORTSDIR}/misc/kdehier OPTIONS= PORTAUDIT "Require Portaudit" on @@ -32,7 +32,7 @@ IGNORE= doesn't compile properly on 4.x systems .endif .if !defined(WITHOUT_PORTAUDIT) -RUN_DEPENDS+= ${PREFIX}/sbin/portaudit:${PORTSDIR}/security/portaudit +RUN_DEPENDS+= portaudit:${PORTSDIR}/security/portaudit .endif .include -- cgit v1.2.3