From 96e3959204f718783a63d6ec1b57940f9bfd7dcd Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Sat, 12 Jan 2002 13:26:04 +0000 Subject: Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that bento's PATH does not include that directory. Submitted by: bento --- misc/amanda26-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/amanda26-server/Makefile') diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index b46db0c3d9de..648c07955626 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.3b2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amanda @@ -45,8 +45,8 @@ pre-fetch: @${ECHO} " The default is user" @${ECHO} "" -RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda-client -BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda-client +RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client +BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ -- cgit v1.2.3