diff options
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 61c7ffc4e86c..4b508511a65b 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -50,6 +50,8 @@ pre-fetch: @${ECHO} " The default is operator" @${ECHO} "" +USE_PERL5= yes + RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client |