diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-19 01:50:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-19 01:50:11 +0800 |
commit | d068a960d859f346f13021ff0ff616597f8a025e (patch) | |
tree | 077d39f114c25946c3023ab179d8db718c726b51 /sysutils | |
parent | 38bdb27513b4a50f081edbf5bb09f863977a6f8f (diff) | |
download | freebsd-ports-gnome-d068a960d859f346f13021ff0ff616597f8a025e.tar.gz freebsd-ports-gnome-d068a960d859f346f13021ff0ff616597f8a025e.tar.zst freebsd-ports-gnome-d068a960d859f346f13021ff0ff616597f8a025e.zip |
- 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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/kports/Makefile | 4 |
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> |