aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-02 16:13:07 +0800
committerkris <kris@FreeBSD.org>2004-07-02 16:13:07 +0800
commitcdeb0a4964e59e248964d1ac1f3992f124a0dc1b (patch)
tree9770690b70c76baf6cb9a5e2f00d83d55be7beac /ports-mgmt
parent768c8eff83ac3ba919d0a2c9a874af49fccd0770 (diff)
downloadfreebsd-ports-gnome-cdeb0a4964e59e248964d1ac1f3992f124a0dc1b.tar.gz
freebsd-ports-gnome-cdeb0a4964e59e248964d1ac1f3992f124a0dc1b.tar.zst
freebsd-ports-gnome-cdeb0a4964e59e248964d1ac1f3992f124a0dc1b.zip
Use full path to portsdb instead of assuming ${LOCALBASE}/sbin is in PATH
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/barry/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile
index 83a0a593be3b..3f729400cb7c 100644
--- a/ports-mgmt/barry/Makefile
+++ b/ports-mgmt/barry/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
MAINTAINER= so14k@so14k.com
COMMENT= A nice KDE frontend to the ports system
-BUILD_DEPENDS= portsdb:${PORTSDIR}/sysutils/portupgrade
-RUN_DEPENDS= portsdb:${PORTSDIR}/sysutils/portupgrade
+BUILD_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade
+RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade
USE_BZIP2= yes
USE_KDELIBS_VER=3