summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-18 17:50:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-18 17:50:11 +0000
commitd05468ada180f1e988031a0ba37e82d0d4b8c247 (patch)
tree918fae2122cfeaab42146d5b68f7947e036ce20a /sysutils
parentRemove 4.x patch since we don't don't support gstreamer on 4.x anymore (diff)
- Dont append PREFIX for RUN_DEPENDS
PR: ports/106695 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: Hannes Hauswedell <hannes.hauswedell at gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=180090
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/kports/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/kports/Makefile b/sysutils/kports/Makefile
index 40165254d7d0..389fd0f6aaee 100644
--- a/sysutils/kports/Makefile
+++ b/sysutils/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 <bsd.port.post.mk>