summaryrefslogtreecommitdiffstats
path: root/misc/amanda26-server
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-02-01 17:33:18 +0000
committerjeh <jeh@FreeBSD.org>2001-02-01 17:33:18 +0000
commitb91de0854137e642b908b96fa85b7b4c1153cbac (patch)
tree893c6c42af52f5809df8142435528f302dd19472 /misc/amanda26-server
parent7deaa2add2b24ffc42cee88be18c2b3f84ace6c4 (diff)
downloadFreeBSD-ports-b91de0854137e642b908b96fa85b7b4c1153cbac.zip
FreeBSD-ports-b91de0854137e642b908b96fa85b7b4c1153cbac.tar.gz
Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS
Submitted by: bento
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r--misc/amanda26-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile
index 65fe4dd..ebe057e 100644
--- a/misc/amanda26-server/Makefile
+++ b/misc/amanda26-server/Makefile
@@ -43,8 +43,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
-RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
-BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
+RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
+BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \
OpenPOWER on IntegriCloud