summaryrefslogtreecommitdiffstats
path: root/sysutils/barry
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-02 08:13:07 +0000
committerkris <kris@FreeBSD.org>2004-07-02 08:13:07 +0000
commitcdeb0a4964e59e248964d1ac1f3992f124a0dc1b (patch)
tree9770690b70c76baf6cb9a5e2f00d83d55be7beac /sysutils/barry
parent768c8eff83ac3ba919d0a2c9a874af49fccd0770 (diff)
downloadFreeBSD-ports-cdeb0a4964e59e248964d1ac1f3992f124a0dc1b.zip
FreeBSD-ports-cdeb0a4964e59e248964d1ac1f3992f124a0dc1b.tar.gz
Use full path to portsdb instead of assuming ${LOCALBASE}/sbin is in PATH
Diffstat (limited to 'sysutils/barry')
-rw-r--r--sysutils/barry/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/barry/Makefile b/sysutils/barry/Makefile
index 83a0a59..3f72940 100644
--- a/sysutils/barry/Makefile
+++ b/sysutils/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
OpenPOWER on IntegriCloud